Просмотр исходного кода

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

Skylsmoi 8 лет назад
Родитель
Сommit
12065f4db0
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3 0
      tracim/tracim/public/assets/css/dashboard.css

+ 3 - 0
tracim/tracim/public/assets/css/dashboard.css Просмотреть файл

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