fix: make sessions modal scrollable

This commit is contained in:
Antonella Sgarlatta
2021-06-08 19:25:25 -03:00
parent c38b1f042f
commit 0e59a6c431
2 changed files with 11 additions and 2 deletions

View File

@@ -109,6 +109,11 @@
padding-bottom: 0.375rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.outline-none {
outline: none;
}
@@ -254,6 +259,10 @@
height: 4.5rem;
}
.h-screen {
height: 100vh;
}
.max-h-120 {
max-height: 30rem;
}