Skip to content

Commit 0b6e3ea

Browse files
authored
Fix Navigation menu for mobile (#32)
1 parent e6881ca commit 0b6e3ea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/Navigation.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132

133133
&.--showmodal {
134134
display: inline-block;
135+
position: absolute;
136+
overflow: auto;
135137
}
136138

137139
&__categories {
@@ -148,15 +150,16 @@
148150
position: absolute;
149151
left: 16px;
150152
top: 12px;
151-
width: 30px;
153+
width: 100%;
152154
height: 30px;
153-
padding: 3px 0 0 20px;
155+
padding-left: 20px;
154156
color: $firstComplimentColor;
157+
align-items: center;
155158

156159
&:after {
157160
position: absolute;
158161
left: 7px;
159-
top: 8px;
162+
top: 9px;
160163
content: ' ';
161164
width: 11px;
162165
height: 11px;

0 commit comments

Comments
 (0)