Skip to content

Commit 47411be

Browse files
committed
.
1 parent 3fb61a2 commit 47411be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tensorboard/plugins/image/tf_image_dashboard/tf-image-loader.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777

7878
:host[actual-size] #main-image-container {
79-
max-height: 1024px;
79+
max-height: none;
8080
}
8181

8282
:host[actual-size] #main-image-container img {
@@ -110,6 +110,7 @@
110110
}
111111

112112
#main-image-container {
113+
max-height: 1024px;
113114
overflow: auto;
114115
}
115116

0 commit comments

Comments
 (0)