Skip to content

Commit b41c889

Browse files
authored
Increase the length of the drop-down shadow of sticky scroll (#216686)
increasing the length of the sticky scroll drop down shadow
1 parent 4bd8cce commit b41c889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/stickyScroll/browser/stickyScroll.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
.monaco-editor .sticky-widget {
6363
width: 100%;
64-
box-shadow: var(--vscode-editorStickyScroll-shadow) 0 3px 2px -2px;
64+
box-shadow: var(--vscode-editorStickyScroll-shadow) 0 4px 2px -2px;
6565
z-index: 4;
6666
background-color: var(--vscode-editorStickyScroll-background);
6767
right: initial !important;

0 commit comments

Comments
 (0)