panel scroll gutter

This commit is contained in:
Yuri Kuznetsov
2024-11-13 21:25:31 +02:00
parent cf7f519ef7
commit dfae9749fe
3 changed files with 12 additions and 5 deletions
+2 -2
View File
@@ -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 {
+7
View File
@@ -275,3 +275,10 @@
.modal-body > .list-group {
background-color: var(--panel-bg);
}
.modal.dialog-record {
.modal-body {
scrollbar-gutter: stable;
}
}
+3 -3
View File
@@ -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;