The admin sidebar doesn't properly show on Windows Chrome and Firefox, it does show on I.E.. See attachments.

I have found the issue, this is how to fix it:

Just replace the value of the CSS bottom property from "auto" to 0px. in

.touch .drupal-navbar .navbar-tray-vertical.active

class.

Comments

mpotter’s picture

Status: Active » Fixed

Thanks for the clear explanation of this. I think we talked about this in another ticket and decided it was something on mobile. The fact the your CSS selector has ".touch" in it makes me think it's a mobile thing.

So even though I couldn't reproduce it directly, I took your suggestion and added the CSS rule to the oa_toolbar.css file. Did this in commit 2cf1629 of oa_core. Let me know if that really fixes this.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

maustyle’s picture

Hi, nothing mobile.
Pure clean install.
That class is something to do with the distribution itself.
Hope this helps.