mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Fix z-index of desktop app recommendation banner.
Change banner container's z-index so it's stay on top. Fixes #1862.
This commit is contained in:
committed by
Tim Abbott
parent
624f79a892
commit
08b61c1b3d
@@ -3497,7 +3497,7 @@ li.expanded_private_message {
|
||||
width: 100%;
|
||||
top: 41px;
|
||||
left: 0px;
|
||||
z-index: 99;
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
#home .alert-bar {
|
||||
|
||||
Reference in New Issue
Block a user