Skip to content
Snippets Groups Projects
Commit f0927942 authored by FarawayVision's avatar FarawayVision
Browse files

Make the version / changelog modal scroll properly

parent bf2f06c6
No related branches found
No related tags found
No related merge requests found
......@@ -672,6 +672,11 @@ body.modal-open {
* Classes for the changelog / version modal.
************************************************************/
#version-modal .modal-body {
max-height: 67vh;
overflow-y: scroll;
}
.changelog-version-label {
width: 10%;
padding-bottom: 1.5%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment