Skip to content

Commit

Permalink
fix: testing potential FF fix for #1100
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt-bot committed Nov 22, 2019
1 parent 4954b28 commit 613bba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/uikit-workshop/src/sass/pattern-lab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@
@supports (position: sticky){
transform: translateY(-0.7rem);
float: right;
position: sticky;
top: 1rem;
top: 3.2rem;
right: 0;
margin-top: -2rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
flex-basis: auto;
-webkit-overflow-scrolling: touch;
height: 100%;
overflow: auto; // workaround to firefox background gradient overflow bug

/**
* Tab content inside modal
Expand Down

0 comments on commit 613bba1

Please sign in to comment.