Skip to content
Snippets Groups Projects
Commit 3caadd39 authored by Serhii Myronets's avatar Serhii Myronets
Browse files

Issue #3316767 by agami4: Improve z-index styles for the region content

parent 1baf4e15
No related tags found
1 merge request!105Issue #3316767 by agami4: Improve z-index styles for the region content
......@@ -2,6 +2,10 @@
z-index: 10;
}
.socialblue--sky .layout--with-complementary.sidebar-left > .region--content {
z-index: 1;
}
.socialblue--sky .region--secondary-navigation {
width: 100%;
padding: 0;
......
......@@ -21,6 +21,8 @@
}
> .region--content {
z-index: 1;
@include for-desktop-up {
padding-left: 1rem;
padding-right: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment