html - I can't scroll, could few minutes ago -


i'm using laravel make pages, 1 of them has next , previous page button, work, , dark reasons, can't scroll using scroll wheel anymore. can click on side bar of browser , scroll way, scroll wheel won't (and it's not broken wheel, other sites work well).

the thing changed right before happened moved view code in blade template.

i tried this, no succes:

html {     overflow: scroll; } 

however, kinda works :

* {     overflow: scroll; } 

but scroll bar on container, makes page aweful. reason ? , if somehow keep happening, can hide side scroll bars ?
(i cleared cache)


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -