Skip to content

Commit ac8ec23

Browse files
committed
fix overscroll on watch page
1 parent d740425 commit ac8ec23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/host.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ h1{
166166
.record {
167167
display: flex;
168168
margin: auto;
169-
width: 500px;
169+
max-width: 500px;
170170
height: 50px;
171171
img {
172172
height: 50px;

css/nav.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
body {
1+
nav {
22
overflow-x: hidden;
33
box-sizing: border-box !important;
44
}

0 commit comments

Comments
 (0)