Minor - Fixing y-scroll in course homepage see #3565

skala
Julio Montoya 14 years ago
parent c15343b4ee
commit 3b5e2689ee
  1. 7
      main/inc/lib/javascript/chat/css/screen.css
  2. 6
      main/inc/lib/javascript/chat/css/screen_ie.css

@ -6,9 +6,10 @@
*/
html, body {
margin:0px; /* FF hack: or we'll have double scrollbar showing on the browser */
overflow:hidden; /* hide browser's main scrollbar */
/* FF hack: or we'll have double scrollbar showing on the browser */
/*margin:0px; */
/* hide browser's main scrollbar */
/*overflow:hidden;*/
}
#main_container {

@ -10,8 +10,10 @@
*/
html, body {
margin:0px;
overflow:hidden; /* hide browser's main scrollbar */
height:100%; /* make sure we'll use 100% of the page's height */
/* hide browser's main scrollbar */
/*overflow:hidden; */
/* make sure we'll use 100% of the page's height */
/*height:100%; */
}
#main_container {

Loading…
Cancel
Save