Skip to content

Commit 613bba1

Browse files
committed
fix: testing potential FF fix for #1100
1 parent 4954b28 commit 613bba1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/uikit-workshop/src/sass/pattern-lab.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
@supports (position: sticky){
6666
transform: translateY(-0.7rem);
6767
float: right;
68-
position: sticky;
69-
top: 1rem;
68+
top: 3.2rem;
7069
right: 0;
7170
margin-top: -2rem;
7271
}

packages/uikit-workshop/src/sass/scss/04-components/_tabs.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
flex-basis: auto;
9494
-webkit-overflow-scrolling: touch;
9595
height: 100%;
96+
overflow: auto; // workaround to firefox background gradient overflow bug
9697

9798
/**
9899
* Tab content inside modal

0 commit comments

Comments
 (0)