I made some website with pure html/css.
I defined overflow-y: scroll to some element when browser is full screen.
But when screen's width is less than 400px, I want to disable that. (like, overflow-y: none. But overflow-y doesn't have none)
Is there any solution about this?