Commit 483feb91 authored by mercury233's avatar mercury233

fix modal dialog

parent 96da608e
......@@ -104,6 +104,16 @@ form {
display: block;
}
#game-create-windbot .modal-body {
max-height: 400px;
overflow-y: auto;
}
#game-create-windbot .modal-dialog,
#game-list-modal .modal-dialog {
margin-top: 50px;
}
#game-list-modal .modal-content {
flex-direction: row;
}
......
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