diff --git a/packages/preferences/src/browser/style/index.css b/packages/preferences/src/browser/style/index.css index a4249ceac347b..fe2a15f92b386 100644 --- a/packages/preferences/src/browser/style/index.css +++ b/packages/preferences/src/browser/style/index.css @@ -96,10 +96,6 @@ #theia-main-content-panel .theia-settings-container .tabbar-underline { width: 100%; position: absolute; - top: calc( - var(--theia-private-horizontal-tab-height) + - var(--theia-private-horizontal-tab-scrollbar-rail-height) / 2 - 1px - ); border-top: 1px solid var(--theia-tab-unfocusedInactiveForeground); z-index: -1; }