Files
BeWoPlaner/BeWoPlanerMobil/node_modules/bootstrap4-fullscreen-modal/dist/bootstrap4-modal-fullscreen.css
Lyndon Jetten 429d4966e4 FaC/MoK:
- neue Rechte bezüglich Unterschriften hinzugefügt, aber noch unbenutzt
- Vollbildmodalpopup für Reports hinzugefügt, aber noch unbenutzt

Übersetzungen in EnumTranslations.cs (z. 714ff) gegebenenfalls überarbeiten!
2023-08-16 14:18:27 +02:00

16 lines
295 B
CSS

.modal.modal-fullscreen .modal-dialog {
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
max-width: none; }
.modal.modal-fullscreen .modal-content {
height: auto;
height: 100vh;
border-radius: 0;
border: none; }
.modal.modal-fullscreen .modal-body {
overflow-y: auto; }