Fix tool shelf's scrollbar layout shift

Caused by Chromium 113 removing `overflow: overlay;`.
This fixes it for just the tool shelf.
This commit is contained in:
Keavon Chambers
2023-08-03 23:33:24 -07:00
parent 50b67bf6f6
commit a267582b4c
3 changed files with 3 additions and 13 deletions
@@ -144,7 +144,7 @@
export function updateDocumentOverlays(svg: string) {
overlaysSvg = svg;
}
export function updateDocumentArtboards(svg: string) {
artboardSvg = svg;
rasterizedCanvas = undefined;
@@ -525,6 +525,7 @@
.shelf-and-viewport {
.shelf {
width: 32px;
flex: 0 0 auto;
.tools {