mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 22:17:25 +00:00
Configurable toolbar top offset.
For facilitate embeding in other apps.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
left: 0;
|
||||
top: 0;
|
||||
top: $toolbar-offset;
|
||||
background-color: $color-black;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user