Skip to content

Commit c1d053e

Browse files
authored
move position: relative to where it's needed (sveltejs#77)
* move position: relative to where its needed * this is also surplus to requirements apparently
1 parent 7602b21 commit c1d053e

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)