We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2c0ba commit d41145fCopy full SHA for d41145f
packages/search-in-workspace/src/browser/styles/index.css
@@ -16,12 +16,19 @@
16
17
#search-in-workspace {
18
height: 100%;
19
+ position: relative;
20
}
21
22
#search-in-workspace .theia-TreeContainer.empty {
23
overflow: hidden;
24
25
26
+#search-in-workspace .theia-progress-bar-container {
27
+ position: absolute;
28
+ top: 0;
29
+ left: 0;
30
+}
31
+
32
.t-siw-search-container {
33
padding: 0px 1px;
34
display: flex;
0 commit comments