@setoelkahfi / svara / commits / b541259

fix: fixed editor content overflowing

mellbacon committed May 21, 2023 at 11:50 UTC b541259621dab399a193543e9fbdf9c8833f4bf0
1 file changed +1 -1
src/App.svelte
+1 -1
@@ -87,7 +87,7 @@
87 background-position: center;
88 }
89 #tabview {
90 - width: 100%;
90 + width: -webkit-fill-available;
91 margin-left: 0.1rem;
92 z-index: 1;
93 position: absolute;