@setoelkahfi / svara / commits / 09607c9

fixed tablist pushing tab toolbar out of view when too many tabs are open.

breaks dropdown menu of the tab tool bar buttons. will fix later

mellbacon committed May 14, 2023 at 17:30 UTC 09607c9a2c948f40642838df6343dad9f454de16
1 file changed +1
src/lib/EditorTabList.svelte
+1
@@ -52,6 +52,7 @@
52 width: -webkit-fill-available;
53 display: flex;
54 justify-content: space-between;
55 + position: absolute;
56 #editor-tablist {
57 position: relative;
58 display: flex;