panel scroll gutter
This commit is contained in:
@@ -1308,7 +1308,7 @@ section {
|
||||
|
||||
.modal-body > .list-container > .list {
|
||||
border-left-width: 0;
|
||||
border-right-width: 0;
|
||||
//border-right-width: 0;
|
||||
}
|
||||
|
||||
#main > .list-container > .list {
|
||||
@@ -1397,7 +1397,7 @@ section {
|
||||
margin-left: calc(var(--container-padding) * -1);
|
||||
|
||||
border-left-width: 0;
|
||||
border-right-width: 0;
|
||||
//border-right-width: 0;
|
||||
|
||||
> table td:first-child,
|
||||
> table th:first-child {
|
||||
|
||||
@@ -275,3 +275,10 @@
|
||||
.modal-body > .list-group {
|
||||
background-color: var(--panel-bg);
|
||||
}
|
||||
|
||||
|
||||
.modal.dialog-record {
|
||||
.modal-body {
|
||||
scrollbar-gutter: stable;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
.panel.no-side-margin,
|
||||
.no-side-margin > .panel {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
//border-right: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
}
|
||||
|
||||
.side > .panel {
|
||||
border-right: 0;
|
||||
//border-right: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
.record-grid-wide {
|
||||
.left > .middle > .panel,
|
||||
.left > .bottom > .panel {
|
||||
border-right: 0;
|
||||
//border-right: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user