7heMech пре 1 месец
родитељ
комит
8c3c964c52
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      frontend/src/App.css

+ 7 - 0
frontend/src/App.css

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