diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2021-03-02 22:57:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-02 22:57:16 +0900 |
| commit | 2154354a4f4442c03c48936872eadba76335ab8d (patch) | |
| tree | db0ddda61bca452032d610574cc793dd27dca279 /src/client/widgets/calendar.vue | |
| parent | Merge pull request #7284 from syuilo/dependabot/npm_and_yarn/vue-router-4.0.4 (diff) | |
| download | misskey-2154354a4f4442c03c48936872eadba76335ab8d.tar.gz misskey-2154354a4f4442c03c48936872eadba76335ab8d.tar.bz2 misskey-2154354a4f4442c03c48936872eadba76335ab8d.zip | |
Revert "perf: use overflow: clip instead of hidden" (#7273)
This reverts commit 06e817af597e7ee621bdeb370c72d7555482d943.
Diffstat (limited to 'src/client/widgets/calendar.vue')
| -rw-r--r-- | src/client/widgets/calendar.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/widgets/calendar.vue b/src/client/widgets/calendar.vue index 5bc24cb690..545072e87b 100644 --- a/src/client/widgets/calendar.vue +++ b/src/client/widgets/calendar.vue @@ -171,8 +171,7 @@ export default defineComponent({ > .meter { width: 100%; - overflow: hidden; // overflow: clip; をSafariが対応したら消す - overflow: clip; + overflow: hidden; background: var(--X11); border-radius: 8px; |