| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 66c5ea7 commit dd29713
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -171,6 +171,7 @@ | |||
| 171 | 171 | flex-direction: column; | |
| 172 | 172 | max-height: 12rem; | |
| 173 | 173 | overflow: auto; | |
| 174 | + overscroll-behavior: contain; | ||
| 174 | 175 | padding: 0.25rem; | |
| 175 | 176 | } | |
| 176 | 177 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,6 +11,9 @@ | |||
| 11 | 11 | border-radius: 0.25rem; | |
| 12 | 12 | z-index: var(--z-index-mini-menu); | |
| 13 | 13 | box-shadow: 10px 4px 40px 0 rgba(0, 0, 0, 0.075); | |
| 14 | + max-height: 70dvh; | ||
| 15 | + overflow-y: auto; | ||
| 16 | + overscroll-behavior: contain; | ||
| 14 | 17 | ||
| 15 | 18 | // Animation for mini-menu appearance | |
| 16 | 19 | animation: menuFadeIn 0.2s ease-out forwards; | |
@@ -107,9 +110,6 @@ | |||
| 107 | 110 | } | |
| 108 | 111 | ||
| 109 | 112 | .adev-version-picker { | |
| 110 | - overflow-y: auto; | ||
| 111 | - overscroll-behavior: contain; | ||
| 112 | - max-height: 70dvh; | ||
| 113 | 113 | margin-inline-start: 10px; | |
| 114 | 114 | ||
| 115 | 115 | li { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,6 +6,7 @@ | |||
| 6 | 6 | list-style: none; | |
| 7 | 7 | overflow-y: auto; | |
| 8 | 8 | overflow-x: hidden; | |
| 9 | + overscroll-behavior: contain; | ||
| 9 | 10 | height: 100vh; | |
| 10 | 11 | padding: 0; | |
| 11 | 12 | margin: 0; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,6 +65,7 @@ h4 { | |||
| 65 | 65 | transform: translateY(-0.7rem); | |
| 66 | 66 | max-height: 200px; | |
| 67 | 67 | overflow-y: auto; | |
| 68 | + overscroll-behavior: contain; | ||
| 68 | 69 | width: $ver-dropdown-width; | |
| 69 | 70 | box-sizing: border-box; | |
| 70 | 71 | background: var(--page-background); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments