Skip to content

Commit 16f2a51

Browse files
fix
1 parent 0de8efa commit 16f2a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ button {
187187

188188
.du { /* Drop-Up */
189189
position: absolute;
190-
flex-direction: column;
190+
flex-direction: column !important;
191191
bottom: 100%;
192192
left: calc(24px + 10px);
193193
padding: 2px 0px;
194-
gap: 2px;
194+
gap: 2px !important;
195195
background-color: black;
196196
}

0 commit comments

Comments
 (0)