Mar 17th 2018, 21:12:05
I thikn we all knew about this one, but now i've been bugged lol...
<Requiem_> Hey i think the menu bar is messed up on the game
<Requiem_> https://imgur.com/a/cMGF7
<Requiem_> when u scroll down on big pages it overlays on the content
<Requiem_> its likely becuase the div#header_container is position: fixed;
<Requiem_> if you need any help let me know
<Requiem_> u can either do two things let the content slide under it
<Requiem_> or make it not fixed
<Requiem_> and when i slides under hide it instead of just overlay
<Requiem_> and the issue is deff with:
<Requiem_> element.style { width: 100%; height: 140px; position: fixed; text-align: center;
<Requiem_> position: fixed;
<Requiem_> The easiest fix is to add a background color
<Requiem_> width: 100%; height: 140px; position: fixed; text-align: center; background-color: black;
<Requiem_> then it slides under much more clean
<Requiem_> https://imgur.com/a/kv3Bq
<Requiem_> Also im dabbling with coding on my spare time if you ever need any small tasks done let me know I could always use more experience :P
<Requiem_> Hey i think the menu bar is messed up on the game
<Requiem_> https://imgur.com/a/cMGF7
<Requiem_> when u scroll down on big pages it overlays on the content
<Requiem_> its likely becuase the div#header_container is position: fixed;
<Requiem_> if you need any help let me know
<Requiem_> u can either do two things let the content slide under it
<Requiem_> or make it not fixed
<Requiem_> and when i slides under hide it instead of just overlay
<Requiem_> and the issue is deff with:
<Requiem_> element.style { width: 100%; height: 140px; position: fixed; text-align: center;
<Requiem_> position: fixed;
<Requiem_> The easiest fix is to add a background color
<Requiem_> width: 100%; height: 140px; position: fixed; text-align: center; background-color: black;
<Requiem_> then it slides under much more clean
<Requiem_> https://imgur.com/a/kv3Bq
<Requiem_> Also im dabbling with coding on my spare time if you ever need any small tasks done let me know I could always use more experience :P
Finally did the signature thing.