diff options
Diffstat (limited to 'src/client/components/toast.vue')
| -rw-r--r-- | src/client/components/toast.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/components/toast.vue b/src/client/components/toast.vue index fb0de68092..49c14789b7 100644 --- a/src/client/components/toast.vue +++ b/src/client/components/toast.vue @@ -67,7 +67,8 @@ export default defineComponent({ height: 100%; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); border-radius: 8px; - overflow: hidden; + overflow: hidden; // overflow: clip; をSafariが対応したら消す + overflow: clip; } } </style> |