Skip to content

Commit 95432a4

Browse files
committed
Merge branch 'main' of github.com:sveltejs/learn.svelte.dev
2 parents 7e9abd2 + c1d053e commit 95432a4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/lib/components/SplitPane.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@
174174
}
175175
176176
.pane {
177-
position: relative;
178-
float: left;
179177
width: 100%;
180178
height: 100%;
181179
overflow: auto;

src/routes/tutorial/[slug]/index.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@
408408
}
409409
410410
.navigator {
411+
position: relative;
411412
background: white;
412413
display: flex;
413414
flex-direction: column;

0 commit comments

Comments
 (0)