mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 04:58:12 +08:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user