Prevent overscrolling when on context dropdown

This commit is contained in:
Connor Yoh
2025-02-18 16:39:04 +00:00
parent 82b1ab4263
commit ad25a9c06b

View File

@@ -173,6 +173,7 @@ span.icon-text::after {
.scrollable-y {
overflow-y: scroll;
height: 190px;
overscroll-behavior: contain;
}
.scrollable-y::-webkit-scrollbar {