tweak ui
This commit is contained in:
parent
8e5d31eb5c
commit
14da0a65f7
4 changed files with 4 additions and 2 deletions
|
|
@ -387,9 +387,8 @@ function onDrop(ev) {
|
|||
.body {
|
||||
height: calc(100% - var(--deckColumnHeaderHeight));
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden; // Safari does not supports clip
|
||||
overflow-x: clip;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overscroll-behavior-y: contain;
|
||||
box-sizing: border-box;
|
||||
container-type: size;
|
||||
background-color: var(--bg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue