Thank you for a great module. It's always the first one I install.

I would like to have the menu fixed in the bottom of the screen. Will the following features be added sometime soon: 1) fixing on the screen, not following scroll, 2) choosing position (i e top, bottom and maybe even left and right).

I'd like the top of my screen to stay clean, since any websites header and "identity" usually is positioned there.

(PS. The devel module has done fixed bottom positioning for their checkbox, if that is of any help.)

Comments

sun’s picture

Fixed positioning is already available in the latest development snapshot.

Allowing to alter the location of admin menu would require major changes to the involved CSS/JS, most probably using dynamically generated files. Thus, a pretty big task for a small feature... Not sure.

jooel’s picture

Great, thanks.

Changing row 8 in admin_menu.css to "#admin-menu { position: absolute; bottom: 0px;....." sends the menu to the bottom. Is there a simple way to make all menus expand upwards instead of downwards? That is all I need.

(also change row 15 to "body.admin-menu { margin-top: 0px !important; }")

sun’s picture

No, that's exactly what I tried to say in my last comment.

sun’s picture

Status: Active » Closed (won't fix)

If at all, this should be handled more generically, either via #109295: Drupal menu rendering API, or via Dynamic Rendering module.