Skip to content

Commit

Permalink
Don't show the back button in the login screen
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Nov 30, 2023
1 parent 5e30126 commit 7ea2ba5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/iframe/styles/theme/theme.css
Expand Up @@ -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 {
Expand Down

0 comments on commit 7ea2ba5

Please sign in to comment.