| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4954b28 commit 613bba1
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,8 +65,7 @@ | |||
| 65 | 65 | @supports (position: sticky){ | |
| 66 | 66 | transform: translateY(-0.7rem); | |
| 67 | 67 | float: right; | |
| 68 | - position: sticky; | ||
| 69 | - top: 1rem; | ||
| 68 | + top: 3.2rem; | ||
| 70 | 69 | right: 0; | |
| 71 | 70 | margin-top: -2rem; | |
| 72 | 71 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -93,6 +93,7 @@ | |||
| 93 | 93 | flex-basis: auto; | |
| 94 | 94 | -webkit-overflow-scrolling: touch; | |
| 95 | 95 | height: 100%; | |
| 96 | + overflow: auto; // workaround to firefox background gradient overflow bug | ||
| 96 | 97 | ||
| 97 | 98 | /** | |
| 98 | 99 | * Tab content inside modal | |
| Back | FazBrowse Home | New Git URL |
0 commit comments