Prevent overscrolling when on context dropdown
This commit is contained in:
@@ -173,6 +173,7 @@ span.icon-text::after {
|
|||||||
.scrollable-y {
|
.scrollable-y {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
height: 190px;
|
height: 190px;
|
||||||
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollable-y::-webkit-scrollbar {
|
.scrollable-y::-webkit-scrollbar {
|
||||||
|
|||||||
Reference in New Issue
Block a user