From 1c764139bf9dfa5575ea32cfa0a4eecf9690cd7d Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 9 Aug 2021 18:01:12 +0900 Subject: :art: --- src/client/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/style.scss') diff --git a/src/client/style.scss b/src/client/style.scss index 25a30a36ff..5b6969356d 100644 --- a/src/client/style.scss +++ b/src/client/style.scss @@ -321,7 +321,7 @@ hr { ._popup { background: var(--popup); border-radius: var(--radius); - contain: content; + contain: layout; // ふき出しがボックスから飛び出て表示されるようなデザインをする場合もあるので paint は contain することができない } ._root { -- cgit v1.2.3-freya