Fix to make layer list header visible at all times.

Also improved scrollbar styling/positioning for toolbar and layers list.
This commit is contained in:
orangemug
2020-04-25 11:05:34 +01:00
parent 1d48ab7ecf
commit 4bbe2ce1ea
3 changed files with 8 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
text-decoration: none;
display: block;
flex: 0 0 190px;
width: 190px;
width: 200px;
text-align: left;
background-color: $color-black;
padding: $margin-2;