Fixed z-index on settings headers.
This commit is contained in:
parent
4ece0c9f3b
commit
4fb021e865
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ select {
|
|||
text-align: right;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.setting__container {
|
||||
|
|
Loading…
Reference in a new issue