Explorar o código

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

Julio Montoya %!s(int64=13) %!d(string=hai) anos
pai
achega
3b5e2689ee

+ 4 - 3
main/inc/lib/javascript/chat/css/screen.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 {

+ 4 - 2
main/inc/lib/javascript/chat/css/screen_ie.css

@@ -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 {