From 99fb892c6809a4db8b566bd6262cb9cab84b140d Mon Sep 17 00:00:00 2001 From: tamaina Date: Thu, 18 Sep 2025 21:21:36 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20Safari=2026=E3=81=AEcontain:?= =?UTF-8?q?=20layout=E3=83=90=E3=82=B0=E3=81=A7=E3=83=87=E3=83=83=E3=82=AD?= =?UTF-8?q?=E3=81=AE=E3=82=AB=E3=83=A9=E3=83=A0=E3=81=AE=E9=AB=98=E3=81=95?= =?UTF-8?q?=E8=A8=88=E7=AE=97=E3=81=8C=E3=83=81=E3=83=A9=E3=81=A4=E3=81=8F?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=81=AEhotfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/ui/deck/column.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/frontend/src/ui/deck/column.vue b/packages/frontend/src/ui/deck/column.vue index 11937fda24..4c1a2ac393 100644 --- a/packages/frontend/src/ui/deck/column.vue +++ b/packages/frontend/src/ui/deck/column.vue @@ -312,7 +312,13 @@ function onDrop(ev) { height: 100%; overflow: clip; - contain: strict; + /** + * FIXME: Safari 26 で contain: layout を(含む)指定するとバグる + * https://github.com/misskey-dev/misskey/issues/16204#issuecomment-3265404776 + * https://bugs.webkit.org/show_bug.cgi?id=297186 + */ + // contain: strict; + contain: size style paint; border-radius: 10px; &.draghover {