diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-14 02:12:46 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-14 02:12:46 +0900 |
| commit | 3db37e1d52e7253c02ccc1608196d067edf96bf0 (patch) | |
| tree | cff68484911f354b182aa48bedf04e4e94b505e1 /src/client/components/note.vue | |
| parent | Tweak UI (diff) | |
| download | sharkey-3db37e1d52e7253c02ccc1608196d067edf96bf0.tar.gz sharkey-3db37e1d52e7253c02ccc1608196d067edf96bf0.tar.bz2 sharkey-3db37e1d52e7253c02ccc1608196d067edf96bf0.zip | |
Tweak UI
Diffstat (limited to 'src/client/components/note.vue')
| -rw-r--r-- | src/client/components/note.vue | 11 |
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; - } } } } |