Ver código fonte

Fix page offset

7heMech 1 mês atrás
pai
commit
8c3c964c52
1 arquivos alterados com 7 adições e 0 exclusões
  1. 7 0
      frontend/src/App.css

+ 7 - 0
frontend/src/App.css

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