Tweak UI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user