diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-27 15:10:51 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-01-16 22:39:26 -0500 |
commit | 24832be63693d8f04797ed45041ffbd3e8ac3f9d (patch) | |
tree | effea0e7cf3246c55f5fb15ede350a9a0755eee6 /ext/mixed/css | |
parent | a50e2fb0f12838673543131c02e7ca37fe4b66fb (diff) |
Update how spinner visibility is controlled
Diffstat (limited to 'ext/mixed/css')
-rw-r--r-- | ext/mixed/css/display.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index ff42771a..ce64cc49 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -50,7 +50,6 @@ ol, ul { } #spinner { - display: none; position: fixed; z-index: 1; right: 0.36em; |