We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e30126 commit 7ea2ba5Copy full SHA for 7ea2ba5
frontend/iframe/styles/theme/theme.css
@@ -44,6 +44,11 @@ body {
44
display: none !important;
45
}
46
47
+/* Don't show the back button in the login screen. */
48
+.LoginView_back {
49
+ display: none !important;
50
+}
51
+
52
/* Remove horizontal scrollbars in pre-session screen. */
53
@media screen and (min-width: 600px) {
54
.PreSessionScreen {
0 commit comments