This commit is contained in:
33333-33333 2026-06-03 21:29:49 +09:00
commit 92abfa3c89
3 changed files with 644 additions and 316 deletions

View file

@ -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;
}