Code: Select all
#scrollable > #buttons { margin: 1px !important }
Code: Select all
#scrollable > #buttons { margin: 1px !important }
It does! Thanks a lot.barbaz wrote: ↑Mon Apr 04, 2022 2:22 pm Does this fix it? -Code: Select all
:not(#presets) > .sites .site:not(.customizing) .presets input.preset:checked { position: relative; z-index: 10; top: -1px; }