mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix bug where loading panel was showing over toolbar
This commit is contained in:
parent
27ef84eb1e
commit
ba6560ce04
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ div.full-size(
|
||||||
'rp-loading-threads': reviewPanel.loadingThreads,\
|
'rp-loading-threads': reviewPanel.loadingThreads,\
|
||||||
}"
|
}"
|
||||||
)
|
)
|
||||||
.loading-panel(ng-show="!editor.sharejs_doc || editor.opening")
|
.loading-panel(
|
||||||
|
ng-show="!editor.sharejs_doc || editor.opening",
|
||||||
|
style=showRichText ? "top: 32px" : "",
|
||||||
|
)
|
||||||
span(ng-show="editor.open_doc_id")
|
span(ng-show="editor.open_doc_id")
|
||||||
i.fa.fa-spin.fa-refresh
|
i.fa.fa-spin.fa-refresh
|
||||||
| #{translate("loading")}...
|
| #{translate("loading")}...
|
||||||
|
|
Loading…
Reference in a new issue