I develop a website who is using https://github.com/sindresorhus/screenfull.js/ for full-screen mode. On Chrome, Firefox, Open, and Safari the plugin it works properly. But when I go to Internet Explorer 10+ the plugin doesn't work properly. So when I'm in full-screen mode I can not scroll the content even with the keyboard.
I tried to add overflow: scroll !important; overflow-y: scroll !important; to the body but without changes.
Can you please help me? Thank you in advance.