diff --git a/frontend/iframe/styles/theme/theme.css b/frontend/iframe/styles/theme/theme.css index d8d8c6b..3620482 100644 --- a/frontend/iframe/styles/theme/theme.css +++ b/frontend/iframe/styles/theme/theme.css @@ -44,6 +44,11 @@ body { display: none !important; } +/* Don't show the back button in the login screen. */ +.LoginView_back { + display: none !important; +} + /* Remove horizontal scrollbars in pre-session screen. */ @media screen and (min-width: 600px) { .PreSessionScreen {