Skip to content

Commit 8daa349

Browse files
committed
[design] improve dropdown
1 parent cd3445e commit 8daa349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/css/form.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ input[type="range"]:disabled::-moz-range-progress{
13081308
border-radius:var(--theme-radius);
13091309
padding:0.5em0;
13101310
position: absolute;
1311-
top:100%;
1311+
top:calc(100%+calc(var(--layout-line-width) *2));
13121312
left:0;
13131313
width:100%;
13141314
min-width:12em;

0 commit comments

Comments
(0)