From 836955e79ea685b39bfb2cae64ab3b72291bf7e5 Mon Sep 17 00:00:00 2001 From: Akshat Pandey Date: Tue, 16 Jul 2024 02:36:51 +0530 Subject: [PATCH] Update bubbles.css --- Algorithm/bubbles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +} */