Merge pull request #1400 from Safelite/BRM-set-menu-modal-open-height
Set menu modal menu open height.
This commit is contained in:
commit
2fd4f5314e
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue