#Theme toggle is broken
4 messages · Page 1 of 1 (latest)
#p-personal ul has a background property of var(--bg-page) !important, so change the background to a color that works for you. You'll also want to set z-index for #pt-themes .ext-themetoggle-popup to 450. Changing the z-index may help with the "transparency" issue (so that you may not even need to change the background), it's not that it's transparent but rather the elements below it are showing through due to a higher z-index
Changing the z-index seems to help with it closing by itself
This is blocked by https://issue-tracker.miraheze.org/T15425. Once it's done you won't need to fix it yourself.