perf: use overflow: clip instead of overflow: hidden (#9443)
* use overflow: clip * revert
This commit is contained in:
parent
d98771711f
commit
46c2706b7e
10 changed files with 12 additions and 12 deletions
|
|
@ -251,7 +251,7 @@ function onDrop(ev) {
|
|||
--deckColumnHeaderHeight: 40px;
|
||||
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
overflow: clip;
|
||||
contain: strict;
|
||||
|
||||
&.draghover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue