Skip to content

Commit c85d606

Browse files
committed
Add mobile styles for scrolling side
1 parent e5b36aa commit c85d606

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/style.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ h3 {
5353
position: fixed;
5454
width: 300px;
5555
max-height: 100%;
56-
overflow: scroll;
56+
overflow-y: scroll;
5757
padding: 10px;
5858
}
5959

@@ -120,6 +120,8 @@ footer {
120120
#side {
121121
position: relative;
122122
width: 100%;
123+
padding: 0;
124+
overflow: visible;
123125
}
124126

125127
section {

0 commit comments

Comments
 (0)