i try to learn styling with tailwind css within vite react but the provlem is the bottom scrollbar always shown up if i use width-screen on the css is it a bug or something?
heres my soce
import React from ‘react’
function Headers() {
return (
Headers part
Headers part
Headers part
Headers part
Headers part
Headers part
)
}
export default Headers