We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b84f7 commit 4d5bf5aCopy full SHA for 4d5bf5a
src/themes/basic/_layout.styl
@@ -171,14 +171,13 @@ li input[type='checkbox']
171
border-bottom-color #ccc
172
border-radius 4px
173
box-sizing border-box
174
- display none
175
max-height calc(100vh - 61px)
176
overflow-y auto
177
padding 10px 0
178
position absolute
179
right -15px
180
text-align left
181
- top 100%
+ top -100vh
182
white-space nowrap
183
184
li
@@ -198,8 +197,9 @@ li input[type='checkbox']
198
197
&.active
199
border-bottom 0
200
+ &:focus-within ul,
201
&:hover ul
202
- display block
+ top: 100%;
203
204
/* github corner */
205
.github-corner
0 commit comments