feat(mobile): display modals at the bottom of the screen

This commit is contained in:
Elian Doran 2025-01-04 18:30:27 +02:00
parent f7d3737cba
commit dd8e73d8ca
No known key found for this signature in database

View File

@ -1218,6 +1218,18 @@ body.mobile #launcher-pane .dropdown-menu.show {
#mobile-sidebar-container.show #mobile-sidebar-wrapper {
transform: translateX(0);
}
body.mobile .modal.show {
background-color: rgba(0, 0, 0, 0.7);
}
body.mobile .modal-dialog {
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0 !important;
}
}
/* Mobile, tablet mode */