Skip to content

Commit ccfc86d

Browse files
committed
Updating hacky page styling for the Sidebar container in page
1 parent 36e9d03 commit ccfc86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/page/page-style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
}
1010

1111
// XXX: Temporary hack to fix sidebar width
12-
.page div:first-of-type {
12+
.page > div:first-of-type {
1313
flex: 0 0 auto;
14-
overflow: auto;
14+
position: relative;
1515

1616
@include break {
1717
flex:0 0 30%;

0 commit comments

Comments
 (0)