소스 검색

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