Skip to content

Instantly share code, notes, and snippets.

View jonathan-oron's full-sized avatar

jonathan-oron

View GitHub Profile
@jonathan-oron
jonathan-oron / styles.scss
Created February 25, 2026 13:42
Excalidraw winning fix
// packages/excalidraw/css/styles.scss
.App-menu__left {
overflow-y: auto;
// ... existing styles
scrollbar-gutter: stable;
}