mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Render edit-modals above the menu and not the whole page
This commit is contained in:
@ -170,6 +170,14 @@ textarea.markdown-editor {
|
||||
background: rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
.ui.modal.keep-small {
|
||||
width: inherit;
|
||||
margin: 0 0 0 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
label span.muted {
|
||||
font-size: smaller;
|
||||
color: rgba(0,0,0,0.6);
|
||||
|
Reference in New Issue
Block a user