Fix issue with spinner in avatar upload [SCI-423]

This commit is contained in:
Oleksii Kriuchykhin 2016-09-27 09:12:31 +02:00
parent 1c1a7c231e
commit 792f949a61

View file

@ -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 {