0
Q:

<!---------------------- Disable/Hide the scrolling bar ------------------> <style> body { overflow: hidden; } </style>


  body {
  overflow-y: hidden; /* Hide vertical scrollbar */
  
  overflow-x: hidden; /* Hide horizontal scrollbar */
} 
0

  body {
  overflow: hidden; /* Hide scrollbars */
} 
0

New to Communities?

Join the community