responsive fixed height

This commit is contained in:
Eric Rosenbaum 2021-06-14 17:45:20 -04:00
parent 01a67690a3
commit a2169d71c4

View file

@ -22,12 +22,11 @@
.user-projects-modal-content {
padding: 0 30px 30px;
background: #E9F1FC;
max-height: calc(100vh - 270px);
min-height: 300px;
height: calc(100vh - 300px);
overflow-y: auto;
overscroll-behavior: contain;
@media #{$intermediate-and-smaller} {
& { max-height: calc(100vh - 175px); }
& { height: calc(100vh - 170px); }
}
}