Skip to content

Commit d41145f

Browse files
Fix SiW height mismatch
1 parent 2a2c0ba commit d41145f

File tree

1 file changed

+7
-0
lines changed
  • packages/search-in-workspace/src/browser/styles

1 file changed

+7
-0
lines changed

packages/search-in-workspace/src/browser/styles/index.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,19 @@
1616

1717
#search-in-workspace {
1818
height: 100%;
19+
position: relative;
1920
}
2021

2122
#search-in-workspace .theia-TreeContainer.empty {
2223
overflow: hidden;
2324
}
2425

26+
#search-in-workspace .theia-progress-bar-container {
27+
position: absolute;
28+
top: 0;
29+
left: 0;
30+
}
31+
2532
.t-siw-search-container {
2633
padding: 0px 1px;
2734
display: flex;

0 commit comments

Comments
 (0)