mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-18 09:35:33 +02:00
perf: use overflow: clip instead of overflow: hidden (#9443)
* use overflow: clip * revert
This commit is contained in:
@@ -251,7 +251,7 @@ function onDrop(ev) {
|
||||
--deckColumnHeaderHeight: 40px;
|
||||
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
overflow: clip;
|
||||
contain: strict;
|
||||
|
||||
&.draghover {
|
||||
|
||||
Reference in New Issue
Block a user