We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817a764 commit 510da11Copy full SHA for 510da11
src/themes/basic/_layout.styl
@@ -139,14 +139,13 @@ li input[type='checkbox']
139
border-bottom-color #ccc
140
border-radius 4px
141
box-sizing border-box
142
- display none
143
max-height calc(100vh - 61px)
144
overflow-y auto
145
padding 10px 0
146
position absolute
147
right -15px
148
text-align left
149
- top 100%
+ top -100vh
150
white-space nowrap
151
152
li
@@ -166,8 +165,9 @@ li input[type='checkbox']
166
165
&.active
167
border-bottom 0
168
+ &:focus-within ul,
169
&:hover ul
170
- display block
+ top: 100%;
171
172
/* github corner */
173
.github-corner
0 commit comments