Mightyfrong / gallifreyan-translation-helper

Translation Helper for many different Gallifreyan writing systems
https://mightyfrong.github.io/gallifreyan-translation-helper/
GNU General Public License v3.0
12 stars 0 forks source link

Horizontal overflow #30

Closed ModisR closed 3 years ago

ModisR commented 3 years ago

Haven't tested on other browsers but on Firefox, there is a horizontal scroll bar even when the window is wide enough to fit all the page content.

erroronline1 commented 3 years ago

yes. chrome and unsurprisingly chromium edge as well. not on firefox and chrome mobile though. i guess it's the shadow, wasn't aware that it has scroll-space properties. it was a replacement for the svg-glow of the header to unify the design for responsive mode but save some space by not displaying the head-piece image.

duckduckgo does not scroll as wel, but has issues with the myselect instead.

erroronline1 commented 3 years ago

added overflow-x: hidden to the body. the content is supposed to be responsible and rendered images that exceed the viewport width are shrunken by default. feel free to reopen this issue if this leads to problems.