Fix: Apply .wrapper-scroll-table only to body.sticky for entire Options page

pull/3940/head
IgorA100 2024-04-02 12:20:44 +03:00 committed by GitHub
parent c370cd56cf
commit 0e319c2453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ textarea.form-control-sm {
min-height: 3rem;
}
.wrapper-scroll-table {
body.sticky .wrapper-scroll-table {
position: absolute;
margin-right: calc(var(--indent-bootstrap-row) * -1);
margin-left: calc(var(--indent-bootstrap-row) * -1);