[MM-63038] Allow Invite Modal to scroll under very small screen sizes (#31397)
* [MM-63038] Allow Invite Modal to scroll under very small screen sizes * Fix lint
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3e1a0c8f0d
Коммит
0232a84c1b
@@ -21,4 +21,13 @@
|
||||
&__footer {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
display: flex;
|
||||
max-height: 100%;
|
||||
|
||||
.modal-body {
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user