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

Commit fac70c1

Browse files
andrewseguinjelbourn
authored andcommitted
fix(scrolling): enable scrolling on safari (#82)
1 parent 1910483 commit fac70c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/pages/component-sidenav/component-sidenav.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ app-component-sidenav {
77

88
.docs-component-viewer-sidenav-container {
99
width: 100%;
10+
11+
.md-sidenav-content {
12+
position: absolute;
13+
}
1014
}
1115

1216
.docs-component-viewer-sidenav {

0 commit comments

Comments
 (0)