Skip to content

Commit 8c3c964

Browse files
committed
Fix page offset
1 parent afd6134 commit 8c3c964

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/src/App.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,10 @@ label.row {
100100
.table-responsive .dropdown {
101101
position: static;
102102
}
103+
104+
/* Fix for Tabler scrollbar compensation */
105+
@media (min-width: 992px) {
106+
:host, :root {
107+
margin-left: 0;
108+
}
109+
}

0 commit comments

Comments
 (0)