Unverified Commit 86769572 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)
parent c61a6521
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ body.is-fixed .container {

.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
@@ -29,7 +29,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. */