Fixed z-index on settings headers.

This commit is contained in:
flash 2024-01-23 01:29:48 +00:00
parent 4ece0c9f3b
commit 4fb021e865

View file

@ -10,6 +10,7 @@ select {
text-align: right;
position: sticky;
top: 0;
z-index: 1;
}
.setting__container {