Making WordPress.org

Changeset 7017


Ignore:
Timestamp:
04/04/2018 12:07:39 AM (8 years ago)
Author:
iandunn
Message:

WP15: Layer the small menu above the content area.

Otherwise it's hidden and unusable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/style.css

    r7016 r7017  
    5959 * Header
    6060 */
     61.site-header {
     62        overflow: visible;
     63}
     64
    6165@supports( display: grid ) {
    6266        .site-header {
     
    136140        grid-row: 2;
    137141        position: relative;
     142        z-index: 20;
    138143}
    139144
    140145.menu-toggle {
    141146        padding-top: 23px;
     147}
     148
     149.main-navigation.toggled-on .menu-top-menu-container {
     150        width: 100vw;
    142151}
    143152
Note: See TracChangeset for help on using the changeset viewer.