Closed (fixed)
Project:
Open Atrium
Version:
7.x-2.13
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Feb 2014 at 05:59 UTC
Updated:
7 Apr 2014 at 23:53 UTC
Jump to comment: Most recent
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.
| Comment | File | Size | Author |
|---|---|---|---|
| Screen-Capture-#166-2014-02-17-165621.png | 110.04 KB | maustyle | |
| Screen-Capture-#165-2014-02-17-164519.png | 229.49 KB | maustyle |
Comments
Comment #1
mpotter commentedThanks 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.
Comment #3
maustyle commentedHi, nothing mobile.
Pure clean install.
That class is something to do with the distribution itself.
Hope this helps.