WIP update footer modal width and header overflow properties.

This commit is contained in:
Bryan Mauger 2024-04-15 12:17:29 -04:00
parent 57c5442b14
commit 9648964c27
2 changed files with 2 additions and 3 deletions

View file

@ -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;

View file

@ -78,7 +78,7 @@ body {
}
.modal-open {
.container-fluid {
&.page-container-grouped-styles {
&.fade-on-route-transition {
overflow: hidden;
height: auto;
}