Browse Source

eliminate horizontal scroll caused by footer (#9669)

tags/v1.10.5
silverwind 4 years ago
parent
commit
b3722114ce
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      web_src/less/_base.less

+ 1
- 0
web_src/less/_base.less View File

@@ -774,6 +774,7 @@ footer {
.container {
width: 100vw !important;
padding: 0 0.5rem;
max-width: calc(100vw - 1rem) !important;

.fa {
width: 16px;

Loading…
Cancel
Save