From d15c557cd66d833582386904b7d70e06a49bae85 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 10 Aug 2016 15:02:13 -0700 Subject: [PATCH] [bugfix] missing spinner in explore view (#914) --- caravel/assets/stylesheets/caravel.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/caravel/assets/stylesheets/caravel.css b/caravel/assets/stylesheets/caravel.css index 22c25e551ad3..3ebfd754c747 100644 --- a/caravel/assets/stylesheets/caravel.css +++ b/caravel/assets/stylesheets/caravel.css @@ -149,6 +149,9 @@ div.navbar { } img.loading { width: 40px; + position: relative; + z-index: 10; + margin: 10px; } img.viz-thumb-option { width: 100px;