瀏覽代碼

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