There was an error while loading. Please reload this page.
1 parent dd08212 commit aa85708Copy full SHA for aa85708
1 file changed
src/app/elements/asset-tree/asset-tree.component.scss
@@ -143,9 +143,14 @@
143
position: relative;
144
padding: 5px 10px;
145
min-height: 40px;
146
- overflow-x: auto;
147
height: calc(100% - 31px);
148
background-color: var(--el-asset-tree-bg-color);
+ overflow: hidden;
149
+ scrollbar-gutter: stable both-edges;
150
+
151
+ &:hover {
152
+ overflow: auto;
153
+ }
154
155
.tree-type-loading {
156
position: absolute;
0 commit comments