فهرست منبع

Fix page offset

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;
+  }
+}