mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Fix login header z-index (#15848)
This commit is contained in:
@@ -190,6 +190,7 @@
|
||||
width: calc(100% - 2em);
|
||||
position: sticky;
|
||||
position: -webkit-sticky;
|
||||
z-index: z("header");
|
||||
top: 0;
|
||||
background-color: var(--secondary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user