mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 17:36:13 +08:00
Fix issue with spinner in avatar upload [SCI-423]
This commit is contained in:
parent
1c1a7c231e
commit
792f949a61
1 changed files with 1 additions and 0 deletions
|
@ -1108,6 +1108,7 @@ table.dataTable {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left:50%;
|
left:50%;
|
||||||
top:50%;
|
top:50%;
|
||||||
|
z-index: 1000000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.turbolinks-progress-bar::before {
|
html.turbolinks-progress-bar::before {
|
||||||
|
|
Loading…
Reference in a new issue