mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 14:07:55 -09:00
d0043ffb7f
The previous method used `transform` which formed a CSS stacking context which caused issues with dropdowns appearing behind other elements which made `position: static` necessary but that again caused even more issues. This method achieves the same as before, but without the additional stacking context. Co-authored-by: techknowlogick <techknowlogick@gitea.io>