Skip to content

Commit 6625d09

Browse files
committed
Hide screenshot when viewport height <600px
1 parent c503170 commit 6625d09

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/react-devtools-scheduling-profiler/src/SchedulingProfiler.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,10 @@
102102
.DevToolsVersion {
103103
display: none;
104104
}
105+
}
106+
107+
@media screen and (max-height: 600px) {
108+
.ScreenshotWrapper {
109+
display: none;
110+
}
105111
}

0 commit comments

Comments
 (0)