mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Merge pull request #958 from hgiesel/zindexedtopbar
Make sticky topbar have a positive z-index
This commit is contained in:
commit
177036d0c1
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ body {
|
|||
position: sticky;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 5;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue