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:
Vikas Parashar
2016-10-12 03:58:08 +05:30
committed by Tim Abbott
parent 624f79a892
commit 08b61c1b3d

View File

@@ -3497,7 +3497,7 @@ li.expanded_private_message {
width: 100%;
top: 41px;
left: 0px;
z-index: 99;
z-index: 101;
}
#home .alert-bar {