mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Merge pull request #1174 from AndreasK79/modal_css_height_fix
This CSS fix adds a scrollbar to the modal if content height is great…
This commit is contained in:
parent
f1ade7d3ef
commit
e16f461f0a
1 changed files with 2 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ color: #ffffff;
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Timepicker alignment
|
||||
*/
|
||||
|
|
@ -251,6 +252,7 @@ color: #ffffff;
|
|||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
max-height: calc(100vh - 200px);
|
||||
overflow-y: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue