mirror of
https://github.com/maputnik/editor.git
synced 2026-04-09 02:50:01 +00:00
Fixed error bar from overflowing.
This commit is contained in:
@@ -40,9 +40,9 @@
|
||||
position: fixed;
|
||||
height: 50px;
|
||||
bottom: 0;
|
||||
left: 550px;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
width: $layout-map-width;
|
||||
background-color: $color-black;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user