浏览代码

Fix problem where scrollbar always shows in firefox

Brett 9 年之前
父节点
当前提交
c043de8878
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/common/common.css

+ 1 - 0
src/common/common.css

@@ -359,6 +359,7 @@ hr.fc-divider {
 
 .fc-bg table {
 	height: 100%; /* strech bg to bottom edge */
+	box-sizing: border-box; /* fix scrollbar issue in firefox */
 }