PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Fix the position of the admin menu / admin.css....

  1. Why not add?
    position: fixed;

    I think you may also be missing a semicolon after the padding-bottom... ;)

    #floatMenu {
    	width: 280px;
    	z-index: 99;
    	background-color: #FFF;
    	padding-bottom: 20px;
    	position: fixed;
    }
    Posted 10 years ago on Thursday May 30, 2013 | Permalink
  2. David Peralty

    I'll make sure our development team sees this. Thanks for your suggestion.

    Posted 10 years ago on Thursday May 30, 2013 | Permalink