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