Hide vertical scrollbar in full screen mode #809
PeterSchulzNL
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When a MRT table goes into full screen mode the body height is set to 100vh to remove the vertical scrollbar. Unfortunately this does not always hide the scrollbar. I fixed this by adding a temporary stylesheet on full screen mode and remove it when the users exits full screen mode. Below is the code. Feel free to use it.
Beta Was this translation helpful? Give feedback.
All reactions