Problem/Motivation
When you got the admin menu blocked on the side of your screen,
And you resize your screen to mobile device width the white bar below the menu disapear so you can see your content what is nice. but you cant click anything below your menu becaus of a wrapper wich is full screen. so you can see your fields but you cant edit them until you close your menu.
I dont know if this is a problem.
People doesnt resize there screens many times, and if you open your menu you want to navigate not to look and continue editing your content.

Proposed resolution
i think the solution is to change this css class on mobile:
remove the bottom 0 property.
.toolbar-oriented .toolbar-tray-vertical > .toolbar-lining:before {
/* bottom: 0; */
}
Remaining tasks
* change the css of the menu-toolbar and create a patch
* test the patch
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 2349871-6.patch | 657 bytes | borisson_ |
| #5 | vertical-toolbar.png | 40.69 KB | borisson_ |
| #5 | 2349871-5.patch | 507 bytes | borisson_ |
| #2 | Screen Shot 2014-11-05 at 13.42.12.png | 27.16 KB | wim leers |
Comments
Comment #1
oenie commentedfixing the amsterdam sprint tag to amsterdam2014
Comment #2
wim leersReproduced.
I think a better solution, which would also be less visually jarring, would be to just make the currently transparent part white.
Comment #3
wim leersComment #4
borisson_Working on this at the DrupalCamp Ghent sprint
Comment #5
borisson_I've made this grey, as the toolbar is on other resolutions.
Comment #6
borisson_Comment #7
wim leersWorks perfectly.
Reviewed the code, also in the wider context of the other Toolbar module CSS, and it looks good to me.
RTBC! Thank you! :)
Comment #8
webchickCommitted and pushed to 8.0.x. Thanks!