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

Issue #3283995 by agamich: Add postion style to the region title

parent 2ed285bc
No related branches found
No related tags found
1 merge request!133Issue #3283995 by agamich: Add postion style to the region title
...@@ -26,9 +26,11 @@ ...@@ -26,9 +26,11 @@
} }
.region--title { .region--title {
position: relative;
-ms-flex-preferred-size: 100%; -ms-flex-preferred-size: 100%;
flex-basis: 100%; flex-basis: 100%;
max-width: 100%; max-width: 100%;
z-index: 1;
} }
.region--content { .region--content {
......
...@@ -82,8 +82,10 @@ ...@@ -82,8 +82,10 @@
} }
.region--title { .region--title {
position: relative;
flex-basis: 100%; flex-basis: 100%;
max-width: 100%; max-width: 100%;
z-index: 1;
@include for-tablet-landscape-up { @include for-tablet-landscape-up {
margin-top: 1rem; margin-top: 1rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment