WIP update footer modal width and header overflow properties.
This commit is contained in:
parent
57c5442b14
commit
9648964c27
2 changed files with 2 additions and 3 deletions
|
|
@ -155,7 +155,7 @@ export default {
|
|||
}
|
||||
.modal {
|
||||
&.menu-modal {
|
||||
max-width: 576px;
|
||||
max-width: 100%;
|
||||
left: auto;
|
||||
height: calc(100% - 56px);
|
||||
top: 56px;
|
||||
|
|
@ -173,7 +173,6 @@ export default {
|
|||
}
|
||||
.modal-fullscreen {
|
||||
width: 100vw;
|
||||
max-width: 576px;
|
||||
}
|
||||
.navigation-link {
|
||||
margin-bottom: 1.5rem;
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ body {
|
|||
}
|
||||
.modal-open {
|
||||
.container-fluid {
|
||||
&.page-container-grouped-styles {
|
||||
&.fade-on-route-transition {
|
||||
overflow: hidden;
|
||||
height: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue