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