Skip to content

Commit dbfbebf

Browse files
authored
Fix x button overlapping (microsoft#159603)
1 parent 65b53f2 commit dbfbebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/media/gettingStarted.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
}
338338

339339
.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .codicon.hide-category-button {
340-
position: absolute;
340+
margin-left: auto;
341341
top: 4px;
342342
right: 8px;
343343
}

0 commit comments

Comments
 (0)