mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:38:49 +08:00
UX: Fix login header z-index (#15848)
This commit is contained in:
parent
e83d603bbc
commit
7223d5e012
|
@ -190,6 +190,7 @@
|
||||||
width: calc(100% - 2em);
|
width: calc(100% - 2em);
|
||||||
position: sticky;
|
position: sticky;
|
||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
|
z-index: z("header");
|
||||||
top: 0;
|
top: 0;
|
||||||
background-color: var(--secondary);
|
background-color: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user