fix small screens avatar upload
This commit is contained in:
parent
202bfbad02
commit
f27099a4b3
1 changed files with 1 additions and 1 deletions
|
|
@ -45,10 +45,10 @@
|
||||||
inset: 0;
|
inset: 0;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
place-items: center center;
|
place-items: center center;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-modal.panel {
|
.dialog-modal.panel {
|
||||||
max-height: 80vh;
|
|
||||||
max-width: 90vw;
|
max-width: 90vw;
|
||||||
z-index: 2001;
|
z-index: 2001;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue