Skip to content

Commit 216718d

Browse files
committed
🐛 restore height: 100% on .slidev-editor to fill parent
1 parent eb89483 commit 216718d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

styles/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
background: var(--slidev-editor-bg);
1717
border: var(--slidev-editor-border);
1818
border-radius: var(--slidev-editor-border-radius);
19+
height: 100%;
1920
outline: none;
2021
overflow: hidden;
2122
position: relative;

0 commit comments

Comments
 (0)