Skip to content

Commit

Permalink
Fix component preview bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PhungNg committed Sep 23, 2021
1 parent 90c40ee commit 280feef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/less/documentation-swedbankpay.less
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@
position: absolute;
top: 0;
width: 100%;
border-bottom: none;

&.tabs-fade-right {
&:after {
Expand Down Expand Up @@ -741,8 +742,9 @@
}

.component-preview {
padding-top: 2.5rem;
margin-top: 2.5rem;
border-bottom: 1px solid @brand-secondary-light-3;
z-index: 100;

.component-preview-content {
position: relative;
Expand Down

0 comments on commit 280feef

Please sign in to comment.