Skip to content

Commit 2c93798

Browse files
committed
Remove vertical scrollbars in logout screen
1 parent 2e85632 commit 2c93798

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/styles/theme/theme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ body {
4444
.PreSessionScreen a[href*="https://github.com/vector-im/hydrogen-web"] {
4545
display: none;
4646
}
47+
48+
/* Remove vertical scrollbars in logout screen. */
49+
.LogoutScreen {
50+
height: 90vh;
51+
}

0 commit comments

Comments
 (0)