diff --git a/Algorithm/bubbles.css b/Algorithm/bubbles.css index 3fed51a..49c2863 100644 --- a/Algorithm/bubbles.css +++ b/Algorithm/bubbles.css @@ -15,6 +15,12 @@ body { margin: 0; padding: 0; } +html, body { + overflow-x: hidden; /* Hide horizontal scrollbar */ + margin: 0; + padding: 0; + width: 100%; +} /* .navbar { background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); @@ -1184,4 +1190,4 @@ footer .nav-link:hover { background: lightgray; padding: 10px; border-radius: 50%; -} */ \ No newline at end of file +} */