| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e0240ab commit 4f2a55f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,6 @@ html { | |||
| 4 | 4 | -moz-osx-font-smoothing: grayscale; | |
| 5 | 5 | -webkit-font-variant-ligatures: none; | |
| 6 | 6 | font-variant-ligatures: none; | |
| 7 | - height: 100%; | ||
| 8 | 7 | } | |
| 9 | 8 | ||
| 10 | 9 | body { | |
@@ -14,8 +13,6 @@ body { | |||
| 14 | 13 | padding: 0; | |
| 15 | 14 | color: #333; | |
| 16 | 15 | background: #fff; | |
| 17 | - overflow: auto; | ||
| 18 | - height: 100%; | ||
| 19 | 16 | } | |
| 20 | 17 | ||
| 21 | 18 | pre, tt, code, .pre, span.type, a.type { | |
@@ -24,9 +21,7 @@ pre, tt, code, .pre, span.type, a.type { | |||
| 24 | 21 | ||
| 25 | 22 | #content { | |
| 26 | 23 | font-size: 1.8em; | |
| 27 | - overflow: hidden; | ||
| 28 | 24 | position: relative; | |
| 29 | - height: 100%; | ||
| 30 | 25 | } | |
| 31 | 26 | ||
| 32 | 27 | a, a:link, a:active { | |
@@ -366,15 +361,12 @@ a code { | |||
| 366 | 361 | margin-left: 234px; | |
| 367 | 362 | padding: 0 2em; | |
| 368 | 363 | -webkit-padding-start: 1.5em; | |
| 369 | - height: 100%; | ||
| 370 | - position: relative; | ||
| 371 | - overflow-y: scroll; | ||
| 372 | 364 | } | |
| 373 | 365 | ||
| 374 | 366 | #column2.interior { | |
| 375 | 367 | width: 234px; | |
| 376 | 368 | background: #333; | |
| 377 | - position: absolute; | ||
| 369 | + position: fixed; | ||
| 378 | 370 | left: 0; | |
| 379 | 371 | top: 0; | |
| 380 | 372 | bottom: 0; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments