This commit is contained in:
tamaina 2025-09-25 22:49:53 +09:00 committed by GitHub
commit cc68f25196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -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 {