Merge pull request #2487 from bonanitech/patch-1

Fix workspace CSS properties syntax
This commit is contained in:
Nick O'Leary
2020-03-09 11:17:14 +00:00
committed by GitHub

View File

@@ -112,7 +112,7 @@
position: absolute;
bottom: 0;
right:0;
zIndex: 101;
z-index: 101;
border-left: 1px solid $primary-border-color;
border-top: 1px solid $primary-border-color;
background: $view-navigator-background;
@@ -122,7 +122,7 @@
stroke-dasharray: 5,5;
pointer-events: none;
stroke: $secondary-border-color;
strokeWidth: 1;
stroke-width: 1;
fill: $view-background;
}