We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6881ca commit 0b6e3eaCopy full SHA for 0b6e3ea
src/Navigation.scss
@@ -132,6 +132,8 @@
132
133
&.--showmodal {
134
display: inline-block;
135
+ position: absolute;
136
+ overflow: auto;
137
}
138
139
&__categories {
@@ -148,15 +150,16 @@
148
150
position: absolute;
149
151
left: 16px;
152
top: 12px;
- width: 30px;
153
+ width: 100%;
154
height: 30px;
- padding: 3px 0 0 20px;
155
+ padding-left: 20px;
156
color: $firstComplimentColor;
157
+ align-items: center;
158
159
&:after {
160
161
left: 7px;
- top: 8px;
162
+ top: 9px;
163
content: ' ';
164
width: 11px;
165
height: 11px;
0 commit comments