summaryrefslogtreecommitdiff
path: root/src/client/components/note.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/components/note.vue')
-rw-r--r--src/client/components/note.vue11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/client/components/note.vue b/src/client/components/note.vue
index e51085307a..0e153033ca 100644
--- a/src/client/components/note.vue
+++ b/src/client/components/note.vue
@@ -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;
- }
}
}
}