Commit 9905d78d by Dányi Bence

webui: fix modal window

parent 23c79f9b
...@@ -15,15 +15,17 @@ ...@@ -15,15 +15,17 @@
min-width: 500px; min-width: 500px;
position: fixed; position: fixed;
left:50%; left:50%;
top:50%; top:100px;
margin-left: -270px; margin-left: -270px;
margin-top: -200px; margin-top: 0;
min-height: 50px; min-height: 50px;
background-color: #fff; background-color: #fff;
border-radius: 4px; border-radius: 4px;
padding: 20px; padding: 20px;
box-shadow: 0 0 30px rgba(0,0,0,0.4); box-shadow: 0 0 30px rgba(0,0,0,0.4);
border: 1px solid #333; border: 1px solid #333;
max-height: 60%;
overflow: auto;
.container{ .container{
max-height: 400px; max-height: 400px;
overflow: auto; overflow: auto;
......
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 sign in to comment