This commit is contained in:
syuilo
2021-04-14 02:12:46 +09:00
parent b9c4a582ac
commit 3db37e1d52
3 changed files with 7 additions and 16 deletions

View File

@@ -863,7 +863,6 @@ export default defineComponent({
.tkcbzcuz {
position: relative;
transition: box-shadow 0.1s ease;
overflow: hidden;
overflow: clip;
contain: content;
@@ -1001,11 +1000,6 @@ export default defineComponent({
position: sticky;
top: calc(22px + var(--stickyTop, 0px));
left: 0;
/* iOSはoverflow: clipをサポートしていない影響でposition: stickyが動作しない */
@supports (-webkit-touch-callout: none) {
top: 0;
}
}
> .main {
@@ -1150,11 +1144,6 @@ export default defineComponent({
width: 50px;
height: 50px;
top: calc(14px + var(--stickyTop, 0px));
/* iOSはoverflow: clipをサポートしていない影響でposition: stickyが動作しない */
@supports (-webkit-touch-callout: none) {
top: 0;
}
}
}
}