mirror of
https://github.com/maputnik/editor.git
synced 2026-07-02 03:57:25 +00:00
Configurable toolbar top offset.
For facilitate embeding in other apps.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// MAP
|
||||
.maputnik-map {
|
||||
position: fixed !important;
|
||||
top: 40px;
|
||||
top: $toolbar-height + $toolbar-offset;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: calc(100% - $toolbar-height);
|
||||
height: calc(100% - #{$toolbar-height + $toolbar-offset});
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user