Skip to content

Commit b372211

Browse files
silverwindzeripath
authored andcommitted
eliminate horizontal scroll caused by footer (#9669)
1 parent a311ace commit b372211

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/less/_base.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ footer {
774774
.container {
775775
width: 100vw !important;
776776
padding: 0 0.5rem;
777+
max-width: calc(100vw - 1rem) !important;
777778

778779
.fa {
779780
width: 16px;

0 commit comments

Comments
 (0)