mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
responsive fixed height
This commit is contained in:
parent
01a67690a3
commit
a2169d71c4
1 changed files with 2 additions and 3 deletions
|
@ -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); }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue