Commit 791fd6a1 authored by Erik Michaels-Ober's avatar Erik Michaels-Ober

Make modal windows scrollable

Closes #849.
parent e71a5321
...@@ -834,6 +834,8 @@ input[type=submit].btn { ...@@ -834,6 +834,8 @@ input[type=submit].btn {
top: 50%; top: 50%;
left: 50%; left: 50%;
z-index: 11000; z-index: 11000;
max-height: 500px;
overflow: auto;
width: 560px; width: 560px;
margin: -250px 0 0 -280px; margin: -250px 0 0 -280px;
background-color: @white; background-color: @white;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment