Fixed error bar from overflowing.

This commit is contained in:
orangemug
2020-02-09 17:23:50 +00:00
parent fe5066a2a4
commit f4c18fd91b
3 changed files with 7 additions and 7 deletions

View File

@@ -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;