Skip to content

Commit e583dee

Browse files
committed
Fixing Horizontal Scrolling in Full screen Mode
Signed-off-by: Justin Charles <charlesjustin2124@gmail.com>
1 parent c8a1363 commit e583dee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,8 +953,6 @@
953953
if (isSmallScreen) {
954954
// Enable play-only mode
955955
body.classList.add("play-only");
956-
if (typeof activity !== "undefined" && activity._setScroller) {
957-
activity._setScroller();
958956
}
959957

960958
showPersistentNotification();

0 commit comments

Comments
 (0)