Commit 0cf4f2b7 authored by yann300's avatar yann300

change max-height

parent 02b80e98
...@@ -7,7 +7,7 @@ var css = csjs` ...@@ -7,7 +7,7 @@ var css = csjs`
} }
.result { .result {
margin-top: 1%; margin-top: 1%;
max-height: 400px; max-height: 300px;
overflow-y: auto; overflow-y: auto;
} }
.buttons { .buttons {
...@@ -28,7 +28,7 @@ var css = csjs` ...@@ -28,7 +28,7 @@ var css = csjs`
align-items: center; align-items: center;
} }
.container { .container {
max-height: 400px; max-height: 300px;
overflow-y: auto; overflow-y: 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 to comment