Skip to content

Commit c1eaefe

Browse files
author
aiday-mar
committed
Tweaking the box shadow
1 parent eebdf81 commit c1eaefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
.monaco-editor .sticky-widget {
3131
width : 100%;
32-
box-shadow : var(--vscode-scrollbar-shadow) 0 6px 6px -6px;
32+
box-shadow : var(--vscode-scrollbar-shadow) 0 2px 6px -2px;
3333
z-index : 2;
3434
background-color : var(--vscode-editorStickyScroll-background);
3535
}

0 commit comments

Comments
 (0)