mirror of
https://github.com/maputnik/editor.git
synced 2026-08-31 09:27:30 +00:00
Fix to make layer list header visible at all times.
Also improved scrollbar styling/positioning for toolbar and layers list.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// HACK: ::webkit-scrollbar selector covers to much of the UI. Bigger changes to come so for now just use :not() to ignore the toolbar
|
||||
div:not(.maputnik-toolbar__actions) {
|
||||
* {
|
||||
&::-webkit-scrollbar {
|
||||
background-color: #26282e;
|
||||
width: 8px;
|
||||
|
||||
Reference in New Issue
Block a user