web app, initial working emane option configuration
This commit is contained in:
parent
ddfa0ddfa4
commit
a55cd6a524
6 changed files with 262 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue