Skip to content

Commit

Permalink
Revert "WPCOM Block Editor: show dismiss button in IE 11 (#44196)"
Browse files Browse the repository at this point in the history
This reverts commit 3caab24.
  • Loading branch information
sarayourfriend authored Jul 16, 2020
1 parent a4ce517 commit 1d6185d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $transition-period: 100ms;
left: 0;
right: 0;
bottom: 0;
// Use the same z-index as the edit-post-layout header
z-index: z-index( '.interface-interface-skeleton__header' );
// Use the same z-index as the <Modal> component
z-index: z-index( '.components-modal__header' );
animation: wpcom-block-editor-nav-sidebar-nav-sidebar__fade $transition-period ease-out forwards;
@include reduce-motion( 'animation' );

Expand Down

0 comments on commit 1d6185d

Please sign in to comment.