Gismo1337 / vue-cookie-consent-banner

Vue Cookie Consent Banner Component without dependecies. Feel free to contribute.
https://github.com/Gismo1337/vue-cookie-consent-banner
MIT License
5 stars 18 forks source link

Page has a vertical scroll #38

Closed Adnan-Sait closed 2 years ago

Adnan-Sait commented 2 years ago

🐞 Bug Report

Describe the bug

The page is having a scroll bar with its minimum height set. This is due to the margin-top set on the main element.


Is this a regression?


To Reproduce

  1. Open the main page
  2. Accept / Decline the cookies
  3. You will see the vertical scroll on the page

Expected behaviour

The page should not have a vertical scroll unless the content overflows the window height.


Media prove

Screenshot (31)


Your environment


Gismo1337 commented 2 years ago

❤️

thisiskaransgit commented 2 years ago

Hey @Gismo1337, I have fixed the issue, kindly review the PR!