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 2e85632 commit 2c93798Copy full SHA for 2c93798
frontend/styles/theme/theme.css
@@ -44,3 +44,8 @@ body {
44
.PreSessionScreen a[href*="https://github.com/vector-im/hydrogen-web"] {
45
display: none;
46
}
47
+
48
+/* Remove vertical scrollbars in logout screen. */
49
+.LogoutScreen {
50
+ height: 90vh;
51
+}
0 commit comments