瀏覽代碼

[#214] removed horizontal scrollbar when content is larger than the page

Skylsmoi 7 年之前
父節點
當前提交
12065f4db0
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tracim/tracim/public/assets/css/dashboard.css

+ 3 - 0
tracim/tracim/public/assets/css/dashboard.css 查看文件

@@ -73,6 +73,9 @@ body {
73 73
   width: auto;
74 74
   margin: 0;
75 75
 }
76
+.content__wrapper.edit-mode-margin {
77
+  overflow: hidden;
78
+}
76 79
 
77 80
 .fixed-width-sidebar {
78 81
   width: auto !important;