Skip to content

Commit 3063216

Browse files
committed
Fix overflow
1 parent 995ce2c commit 3063216

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/main.scss

+2
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ body {
131131
.wrapper {
132132
width: 1080px;
133133
height: 1920px;
134+
max-height: 100%;
134135
border: 1px solid #000000;
135136
display: grid;
136137
grid-template-areas: 'time time time weather weather' 'date date date date date' 'messages messages messages messages messages' 'switcher switcher switcher switcher switcher' 'footer footer footer footer footer';
@@ -147,6 +148,7 @@ body {
147148
}
148149
#switcher {
149150
grid-area: switcher;
151+
overflow: hidden;
150152
}
151153
#messages {
152154
grid-area: messages;

0 commit comments

Comments
 (0)