Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4d7346

Browse files
committed
Fix double scroll (take 2)
1 parent da963f6 commit f4d7346

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/client/sass/partials/_full-view.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
}
1616

1717
.SnippetContainer {
18-
margin-top: 56px;
18+
margin-top: 56px;
19+
20+
.Snippet-code {
21+
overflow: hidden;
22+
}
1923

2024
.hljs {
2125
margin-bottom: 0;

0 commit comments

Comments
 (0)