Add styled scrollbars (#231)

This commit is contained in:
Keavon Chambers
2021-07-01 22:08:23 -07:00
parent df6f3fd9e8
commit 55d2fc4408
6 changed files with 95 additions and 33 deletions
@@ -14,7 +14,7 @@
<p>More blend and compositing options will be here</p>
</PopoverButton>
</LayoutRow>
<LayoutRow :class="'layer-tree'">
<LayoutRow :class="'layer-tree scrollable-y'">
<LayoutCol :class="'list'">
<div class="layer-row" v-for="layer in layers" :key="layer.path">
<div class="layer-visibility">
@@ -62,8 +62,6 @@
}
.layer-tree {
overflow: auto;
.layer-row {
display: flex;
height: 36px;