Skip to content

Commit c99d488

Browse files
committed
dashboard: remove content-visibility CSS to fix log windows not being scrolled to the bottom after expanding them in Chrome
1 parent efacb6d commit c99d488

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dashboard/dashboard.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,10 @@
227227
box-shadow: 4px 4px 17px 0px #0000001c;
228228
overscroll-behavior: contain;
229229
contain: strict;
230-
content-visibility: auto;
231230
}
232231

233232
.log-window-hidden {
234233
display: none;
235-
content-visibility: hidden;
236234
}
237235

238236
.log-window-stopped {

0 commit comments

Comments
 (0)