mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 08:30:02 +00:00
Fixed error bar from overflowing.
This commit is contained in:
@@ -7,11 +7,7 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: calc(100% - #{$toolbar-height + $toolbar-offset});
|
||||
width: calc(
|
||||
100%
|
||||
- 200px /* layer list */
|
||||
- 350px /* layer editor */
|
||||
);
|
||||
width: $layout-map-width;
|
||||
|
||||
&--error {
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user