Browse Source

Fix overflow on math

Kirk Trombley 3 years ago
parent
commit
69e6183be4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nearest.html

+ 1 - 1
nearest.html

@@ -165,7 +165,7 @@
             <option value="inverseSize">Inverse image size</option>
           </select>
           <div
-            style="grid-area: disp; padding-top: 0.5em; padding-bottom: 0.5em; padding-top: 0.5em; padding-bottom: 0.5em; justify-self: center;"
+            style="grid-area: disp; padding-top: 0.5em; padding-bottom: 0.5em; padding-top: 0.5em; padding-bottom: 0.5em; justify-self: center; overflow: hidden;"
             id="cluster-metric-display" class="toggle-on"></div>
         </div>
         <div