MediaWiki:Common.css: Difference between revisions

2 bytes removed ,  09:39, 4 October 2022
no edit summary
No edit summary
No edit summary
 
Line 2: Line 2:
/* Remove Scroll Bar in Mobile*/
/* Remove Scroll Bar in Mobile*/
body {
body {
     overflow-y: hidden !important;
     overflow-y: auto !important;
}
}