| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,17 +59,8 @@ | |||
| 59 | 59 | .pl-c-code-copy-btn { | |
| 60 | 60 | display: inline-block; | |
| 61 | 61 | position: absolute; | |
| 62 | - top: 0.5rem; | ||
| 62 | + top: 0.4rem; | ||
| 63 | 63 | right: 0.5rem; | |
| 64 | - | ||
| 65 | - @supports (position: sticky){ | ||
| 66 | - transform: translateY(-0.7rem); | ||
| 67 | - float: right; | ||
| 68 | - top: 3.2rem; | ||
| 69 | - right: 0; | ||
| 70 | - margin-top: -2rem; | ||
| 71 | - } | ||
| 72 | - | ||
| 73 | 64 | padding: 0.2rem 0.4rem; | |
| 74 | 65 | background-color: $pl-color-gray-07; | |
| 75 | 66 | color: $pl-color-gray-87; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -92,8 +92,7 @@ | |||
| 92 | 92 | display: flex; | |
| 93 | 93 | flex-basis: auto; | |
| 94 | 94 | -webkit-overflow-scrolling: touch; | |
| 95 | - height: 100%; | ||
| 96 | - overflow: auto; // workaround to firefox background gradient overflow bug | ||
| 95 | + overflow-y: auto; // workaround to firefox background gradient overflow bug | ||
| 97 | 96 | ||
| 98 | 97 | /** | |
| 99 | 98 | * Tab content inside modal | |
| Back | FazBrowse Home | New Git URL |
0 commit comments