no dejar que los modales sean más altos que la pantalla
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c25419b274
commit
d0e5e05f0f
1 changed files with 3 additions and 2 deletions
|
@ -112,7 +112,7 @@
|
||||||
|
|
||||||
.content-alignment {
|
.content-alignment {
|
||||||
display: flex;
|
display: flex;
|
||||||
min-height: 100vh;
|
height: 100vh;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
z-index: 269;
|
z-index: 269;
|
||||||
|
@ -122,7 +122,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
overflow-y: none;
|
overflow-y: auto;
|
||||||
|
max-height: 100%;
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
padding: 16px 20px;
|
padding: 16px 20px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
|
Loading…
Reference in a new issue