diff --git a/tinygrad/viz/index.html b/tinygrad/viz/index.html
index 7a91666b97..4c3effc752 100644
--- a/tinygrad/viz/index.html
+++ b/tinygrad/viz/index.html
@@ -215,11 +215,10 @@
#device-list > div {
min-height: 32px;
max-width: 100px;
- overflow: hidden;
- text-overflow: ellipsis;
+ overflow-x: auto;
+ overflow-y: hidden;
white-space: nowrap;
display: flex;
- cursor: pointer;
}
#device-list > div:hover {
background-color: rgba(20, 23, 35, 0.3);
@@ -238,10 +237,10 @@
+
-
Rendering new layout...