style: removed x overflow on tool view
mellbacon committed
Jun 15, 2023 at 12:24 UTC
e455f5df2bb30f356c4b6d2bfb5026e46d7e7113
1 file changed
+1
src/lib/SidebarView.svelte
+1
@@ -19,6 +19,7 @@
19
#tool-view {
20
width: 100%;
21
overflow-y: auto;
22
+ overflow-x: hidden;
23
height: 100%;
24
&::-webkit-scrollbar {
25
width: 12px;