Skip to content

Commit

Permalink
fix(playground): adjust main wrapper paddings (SAP#4480)
Browse files Browse the repository at this point in the history
- display breadcrumbs in the playground
- sets playground padding higher z-index to get over components stylings

FIXES: SAP#3817
  • Loading branch information
MapTo0 authored and eshpak committed Jan 8, 2022
1 parent a2b7d22 commit a1b4986
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/playground/_sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
overflow-y: scroll;
padding-top: 3rem;
box-sizing: border-box;
}
}

Expand Down Expand Up @@ -96,7 +98,7 @@
justify-content: space-between;
align-items: center;
background-color: #000;
z-index: 10;
z-index: 150;

.main-content, .main-content-header {
padding-top: 0;
Expand Down

0 comments on commit a1b4986

Please sign in to comment.