Set menu modal menu open height.

This commit is contained in:
Bryan Mauger 2023-10-12 10:24:09 -04:00
parent 65385a7912
commit 54fc103a3b

View file

@ -159,8 +159,8 @@ export default {
.modal {
&.menu-modal {
left: auto;
height: calc(100% - 72px);
top: 72px;
height: calc(100% - 56px);
top: 56px;
border-top: 1px solid $gray-300;
overflow-x: visible;
overflow-y: visible;