Browse Source

FIX sideBar style

Hamidreza Ghavami 1 year ago
parent
commit
317f7fe9da
1 changed files with 6 additions and 0 deletions
  1. 6 0
      web/assets/css/custom.css

+ 6 - 0
web/assets/css/custom.css

@@ -28,6 +28,12 @@ body {
     display: none;
     display: none;
 }
 }
 
 
+@media (max-width: 768px) {
+    .ant-layout-sider {
+        display: none;
+    }
+}
+
 .ant-card {
 .ant-card {
     border-radius: 1.5rem;
     border-radius: 1.5rem;
 }
 }