Skip to content

Commit 11300d4

Browse files
committed
extend progress overlay to complete dialog
1 parent c43945c commit 11300d4

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

client/scss/finder-browser.scss

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ dialog {
9999
.browser-body {
100100
flex-grow: 1;
101101
display: flex;
102+
position: relative;
102103
height: calc(100% - 45px); // 45px is the height of the menubar
103104
}
104105

@@ -228,29 +229,29 @@ dialog {
228229
width: auto;
229230
}
230231

231-
.file-uploader, .browser-editor {
232-
display: flex;
233-
width: 100%;
234-
position: relative;
235-
overflow-y: auto;
232+
.file-uploader {
236233
flex-grow: 1;
237-
}
234+
overflow-y: auto;
238235

239-
.file-uploader {
240-
input[type="file"] {
241-
width: 0 !important;
242-
height: 0 !important;
243-
position: absolute;
244-
bottom: 0;
245-
padding: 0;
246-
}
236+
input[type="file"] {
237+
width: 0 !important;
238+
height: 0 !important;
239+
position: absolute;
240+
bottom: 0;
241+
padding: 0;
242+
}
247243

248-
.progress-overlay {
249-
@include progress-overlay;
250-
}
244+
.progress-overlay {
245+
@include progress-overlay;
251246
}
247+
}
252248

253249
.browser-editor {
250+
display: flex;
251+
width: 100%;
252+
position: relative;
253+
overflow-y: auto;
254+
flex-grow: 1;
254255
flex-direction: column;
255256

256257
img {

0 commit comments

Comments
 (0)