Unverified Commit 61e632d3 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3302052 by Sakthivel M, Aamir M, mherchel: Olivero footer can obscure...

Issue #3302052 by Sakthivel M, Aamir M, mherchel: Olivero footer can obscure bottom of dropbutton dropdown

(cherry picked from commit b78d6dca)
(cherry picked from commit 86769572)
parent 9600a0b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

.layout-main-wrapper {
  position: relative;
  z-index: 1;
  z-index: 2; /* Ensure dropdown is not cut off by footer. */
}

/* Contains the social sidebar, and the primary content area. */
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
 */
.layout-main-wrapper {
  position: relative;
  z-index: 1;
  z-index: 2; /* Ensure dropdown is not cut off by footer. */
}

/* Contains the social sidebar, and the primary content area. */