mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 18:27:16 +00: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:
committed by
Peter Goodhall
parent
f1ade7d3ef
commit
e16f461f0a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user