My unique style controls the navigation buttons on the lower part of the screen, but unfortunately, the buttons are overlapping as shown in the screenshot.
#navbar_mobile_extra_links {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #29166F;
color: #fff;
text-align: center;
}
It seems to be working fine in Chrome though!