diff --git a/index.html b/index.html index f0d213f..b52b6df 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,32 @@ #table-wrapper { padding: 20px; + max-height: 500px; + overflow: auto; + } + + #dimensionalityReduction { + margin-right: 20px; + } + + #plot-container { + max-height: 700px; + height: 0; + } + + #deckgl { + position: relative !important; + } + + #tooltip { + position: absolute; + opacity: 1000; + font-size: 20px; + border-radius: var(--bs-border-radius); + background-color: #f5f8ffcf; + outline: 2px solid #dfebff; + padding: 8px; + max-width: 500px; } @keyframes spin { @@ -177,7 +203,7 @@
Using a fast wasm implementation of Barnes-Hut tSNE (wasm-bhtSNE).
+ +