Skip to content

Commit e7360ef

Browse files
author
Aiday Marlen Kyzy
authored
Merge pull request microsoft#157988 from microsoft/aiday/issue157802
Tweaking the box shadow
2 parents eebdf81 + c1eaefe commit e7360ef

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)