vscode-fluent-ui icon indicating copy to clipboard operation
vscode-fluent-ui copied to clipboard

"Source Control" and "Run and Debug" tabs shifts the sidebar

Open MrTadeu opened this issue 1 year ago • 1 comments

Before: image image

After: image image

MrTadeu avatar Dec 30 '23 21:12 MrTadeu

The issue was that the title was moving upward. To address this, I tried various approaches, including using position: relative;/absolute;, but this didn't guarantee a consistent fix. Consequently, using display: flex; proved to be an excellent solution as it prevented one element from overlapping another, providing a more reliable and effective resolution.

MrTadeu avatar Dec 30 '23 21:12 MrTadeu