We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deed1c8 commit 7dd809fCopy full SHA for 7dd809f
components/cmd/CommandMenu.vue
@@ -1552,6 +1552,8 @@ const runBounce = () => {
1552
scroll-padding: 4px;
1553
overflow-y: auto;
1554
1555
+ overscroll-behavior: contain;
1556
+
1557
padding-bottom: 4px;
1558
}
1559
components/modals/ConstantsModal.vue
@@ -158,6 +158,8 @@ const handleCopy = (target) => {
158
.constants {
159
max-height: 600px;
160
overflow: auto;
161
162
163
164
165
.module {
0 commit comments