Merge pull request #5502 from Matt-Yorkley/dropshadow-regression

[mobile ux] Fix missing drop-shadow
This commit is contained in:
Luis Ramos
2020-06-02 12:07:37 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ section {
display: block;
background: $white;
position: relative;
z-index: 2;
z-index: 20;
.details {
box-sizing: border-box;

View File

@@ -9,6 +9,7 @@
color: $dark-grey;
box-shadow: $distributor-header-shadow;
position: relative;
z-index: 10;
.columns {
display: flex;