Skip to content

Commit da7e68c

Browse files
committed
Don't show the back button in the login screen
1 parent 5fbb32d commit da7e68c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/iframe/styles/theme/theme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ body {
4444
display: none !important;
4545
}
4646

47+
/* Don't show the back button in the login screen. */
48+
.LoginView_back {
49+
display: none !important;
50+
}
51+
4752
/* Remove horizontal scrollbars in pre-session screen. */
4853
@media screen and (min-width: 600px) {
4954
.PreSessionScreen {

0 commit comments

Comments
 (0)