Skip to content

Commit 131e0ed

Browse files
authored
Remove min width of left pane on mobile
1 parent 5bc9b31 commit 131e0ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/svelte.dev/src/routes/tutorial/[...slug]/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@
446446
/* on mobile, override the <SplitPane> controls */
447447
@media (max-width: 799px) {
448448
:global([data-pane='main']) {
449+
--min: 0px !important;
449450
--pos: 50% !important;
450451
}
451452

0 commit comments

Comments
 (0)