Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 5514dbb

Browse files
fix(#237): overscroll auto best suited for windows and linux
1 parent 4b924ae commit 5514dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/global/theme/editor/editor-deck-deck.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deckgo-deck h1, deckgo-deck h2, deckgo-deck h3, deckgo-deck section, deckgo-deck
1414

1515
deckgo-deck h1, deckgo-deck h2, deckgo-deck h3, deckgo-deck section, deckgo-deck ol, deckgo-deck ul, deckgo-deck deckgo-reveal-list, deckgo-deck deckgo-highlight-code, deckgo-deck deckgo-lazy-img[slot] {
1616
margin: 16px 0;
17-
overflow: scroll;
17+
overflow: auto;
1818
outline: none;
1919
}
2020

0 commit comments

Comments
 (0)