Skip to content

Commit f436d08

Browse files
committed
Fixed bug
1 parent 5ed44fe commit f436d08

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

css/timer.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,12 @@ th,
279279
overflow-y: hidden;
280280
}
281281

282+
@media (orientation: landscape) {
283+
.fullscreen-dialog {
284+
overflow-y: auto
285+
}
286+
}
287+
282288
.fullscreen-dialog-tablet {
283289
width: calc(85% - 28px) !important;
284290
}

css/timer.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)