Making WordPress.org


Ignore:
Timestamp:
06/22/2016 09:43:56 AM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Let toggled menu overlap content.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/navigation/_menus.scss

    r3418 r3532  
    22
    33.main-navigation {
     4    background: $color__wp-blue;
    45    clear: both;
    5 
    6     &.toggled {
    7         padding: 16px 0 0;
    8         padding: 1rem 0 0;
    9     }
     6    left: 0;
     7    position: absolute;
     8    top: 60px;
     9    width: 100%;
    1010
    1111    ul {
     
    106106    width: 3.5rem;
    107107    position: absolute;
    108     top: 2px;
     108    top: -58px;
    109109    right: 1rem;
    110110
     
    120120    .main-navigation {
    121121        float: right;
     122        position: initial;
     123        width: initial;
    122124
    123125        &.toggled {
Note: See TracChangeset for help on using the changeset viewer.