ソースを参照

optimize agenda view scrolling

Adam Shaw 10 年 前
コミット
c6215b95bf
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/common/common.css

+ 0 - 1
src/common/common.css

@@ -501,7 +501,6 @@ temporary rendered events).
 .fc-scroller > .fc-time-grid {
 	position: relative; /* re-scope all positions */
 	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
-	overflow: hidden; /* don't let negative margins or absolute positioning create further scroll */
 }