drewdp Posted December 10, 2023 Posted December 10, 2023 Hi, I'm trying to hide overflow (so the background image fills the screen with no scrolling no matter what size the browser is) on only my about page. I tried using this code, but it removed the ability to scroll on every page. #collection-617ddd81d8d3fa32a036056c html, body { overflow: hidden; } Thanks!
Web_Solutions Posted December 10, 2023 Posted December 10, 2023 1 hour ago, drewdp said: Hi, I'm trying to hide overflow (so the background image fills the screen with no scrolling no matter what size the browser is) on only my about page. I tried using this code, but it removed the ability to scroll on every page. #collection-617ddd81d8d3fa32a036056c html, body { overflow: hidden; } Thanks! Replace the code with the code below. #collection-617ddd81d8d3fa32a036056c body { overflow: hidden !important; } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
drewdp Posted December 10, 2023 Author Posted December 10, 2023 I tried this, unfortunately it doesn't seem to be working.
Solution Web_Solutions Posted December 10, 2023 Solution Posted December 10, 2023 34 minutes ago, drewdp said: I tried this, unfortunately it doesn't seem to be working. Sorry there was a mistake. This the right code. Replace the previous code with the code below. #collection-617ddd81d8d3fa32a036056c { overflow: hidden !important; } drewdp 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment