Fix styles dropdown option button in desktop

This commit is contained in:
Jesús 2021-06-14 18:48:09 -05:00
parent fc8a23099d
commit 95ae35260c
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -193,6 +193,8 @@ label[for=options-toggle-cbox] {
grid-area: dropdown;
z-index: 1;
position: absolute;
background: var(--background);
padding-right: 4rem;
}
.footer {