fix(directory-picker-browse): rebind the scrollbar elevation pair on the browser card
The loading pill's layer-2 background made the sheet an elevated-surface painter, and the ui-theme scrollbar invariant rightly flagged what was already latent: the dialog's columns scroll on an l2 card while the thumbs rendered in the base-surface pair. Rebind the indirection on the card rule so it inherits to the scrolling columns.
This commit is contained in:
@@ -13,6 +13,12 @@
|
|||||||
height: min(500px, calc(100dvh - 32px));
|
height: min(500px, calc(100dvh - 32px));
|
||||||
padding: 0;
|
padding: 0;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
/* The Modal card is an l2 surface and the columns below scroll on it:
|
||||||
|
* rebind the scrollbar indirection to the elevation pair here, on the
|
||||||
|
* surface, so it inherits down to whichever descendant scrolls (the
|
||||||
|
* rebinding contract in ui-theme styles/scrollbar.css). */
|
||||||
|
--dsh-scrollbar-thumb: var(--dsw-alias-scrollbar-bg-l2);
|
||||||
|
--dsh-scrollbar-thumb-hover: var(--dsw-alias-scrollbar-hover-l2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Card-scope wrapper hosting the path editor's Escape and focus-leave
|
/* Card-scope wrapper hosting the path editor's Escape and focus-leave
|
||||||
|
|||||||
Reference in New Issue
Block a user