mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 01:58:12 +08:00
Update some UI components to polish the frontend
This commit is contained in:
@@ -235,11 +235,11 @@
|
||||
.scrollable-y {
|
||||
overflow: hidden;
|
||||
|
||||
// Firefox (standardized in CSS, but less capable)
|
||||
scrollbar-width: thin;
|
||||
// Not supported in Safari
|
||||
scrollbar-color: var(--color-5-dullgray) transparent;
|
||||
|
||||
// WebKit (only in Chromium/Safari but more capable)
|
||||
// Safari (more capable, removed from recent versions of Chromium, possibly still supported in Safari but not tested)
|
||||
&::-webkit-scrollbar {
|
||||
width: calc(2px + 6px + 2px);
|
||||
height: calc(2px + 6px + 2px);
|
||||
|
||||
Reference in New Issue
Block a user