|
@@ -96,6 +96,9 @@
|
|
.dropdown-item:not(:last-child) {
|
|
.dropdown-item:not(:last-child) {
|
|
border-bottom:1px solid #ddd;
|
|
border-bottom:1px solid #ddd;
|
|
}
|
|
}
|
|
|
|
+body>.navbar .dropdown-menu {
|
|
|
|
+ margin-top: -3px;
|
|
|
|
+}
|
|
|
|
|
|
main {
|
|
main {
|
|
padding:0 1rem;
|
|
padding:0 1rem;
|
|
@@ -1958,7 +1961,7 @@ form.non-interactive .form-content * {
|
|
}*/
|
|
}*/
|
|
.no-overflow-menu {
|
|
.no-overflow-menu {
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
- max-height: calc(100vh - 60px);
|
|
|
|
|
|
+ max-height: calc(100vh - 44px);
|
|
}
|
|
}
|
|
.zero-height-field {
|
|
.zero-height-field {
|
|
height: 1px !important;
|
|
height: 1px !important;
|