web app, initial working emane option configuration

This commit is contained in:
Blake J. Harnden 2018-05-17 20:38:32 -07:00
parent ddfa0ddfa4
commit a55cd6a524
6 changed files with 262 additions and 3 deletions

View file

@ -30,3 +30,12 @@
.context .list-group-item {
padding: .5rem 1.25rem;
}
#config-modal {
overflow-y: initial !important;
}
#config-modal .modal-body {
height: calc(100vh - 200px);
overflow-y: auto;
}