intelowlproject / intelowlproject.github.io

landing website for the intelowlproject.
https://intelowlproject.github.io
8 stars 11 forks source link

fixed Scroll Bar Appearance #18 #19

Closed g4ze closed 8 months ago

g4ze commented 8 months ago

Desc

It seems to be bug arriving from the tailwind framework opted during the dev stages. As per my observations, the scroll bar looks fine whenever we are NOT in desktop view. Another small bug here seems that the website overflows a bit making the browser render another bottom slider. This as well seems to be a bug from the tailwind library itself. I tried tuning the global.css a bit and have implemented some scrollbar styling. I've also made sure that the bottom slider is not visible and x-axis overflow is hidden. This solves all the small bugs involved for the desktop web view and at the same time maintains the styling for mobile/other web views.