Fix page offset

This commit is contained in:
7heMech
2025-11-13 14:27:55 +02:00
parent afd6134a3e
commit 8c3c964c52

View File

@@ -100,3 +100,10 @@ label.row {
.table-responsive .dropdown { .table-responsive .dropdown {
position: static; position: static;
} }
/* Fix for Tabler scrollbar compensation */
@media (min-width: 992px) {
:host, :root {
margin-left: 0;
}
}