Merge pull request #1400 from Safelite/BRM-set-menu-modal-open-height

Set menu modal menu open height.
This commit is contained in:
bmauger 2023-10-12 10:32:25 -04:00 committed by GitHub
commit 2fd4f5314e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;