hmm
This commit is contained in:
parent
06ab438d7b
commit
92abfa3c89
3 changed files with 644 additions and 316 deletions
|
|
@ -2838,3 +2838,9 @@ body, button, input, select, textarea { font-size: 15px; }
|
|||
.collectionSearch { flex-basis:104px !important; width:104px !important; }
|
||||
.studioDrawer { z-index: var(--drawer-z) !important; }
|
||||
}
|
||||
|
||||
/* Keep Collection list redraws from letting scroll anchoring snap the drawer to the top. */
|
||||
.drawerBody,
|
||||
.assetList {
|
||||
overflow-anchor: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue