[design] improve dropdown

This commit is contained in:
zombieFox 2019-10-21 19:08:05 +01:00
parent cd3445e9ce
commit 8daa349f4e

View File

@ -1308,7 +1308,7 @@ input[type="range"]:disabled::-moz-range-progress {
border-radius: var(--theme-radius);
padding: 0.5em 0;
position: absolute;
top: 100%;
top: calc(100% + calc(var(--layout-line-width) * 2));
left: 0;
width: 100%;
min-width: 12em;