소스 검색

Fix overflow on math

Kirk Trombley 3 년 전
부모
커밋
69e6183be4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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