Skip to content

Commit 8cf65fc

Browse files
committed
Fixed top menu.
1 parent ed5bb5f commit 8cf65fc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

theme/default/component/Header/index.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
line-height: 54px;
2121
min-height: 54px;
2222
position: relative;
23+
position: fixed;
24+
width: 100%;
2325
z-index: 9;
2426
.wapper {
2527
max-width: 1200px;

theme/default/layout/BasicLayout.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
.wapperContent {
10-
padding: 15px 0 0 0;
10+
padding: 75px 0 0 0;
1111
max-width: 1200px;
1212
margin: 0px auto 0;
1313
}

0 commit comments

Comments
 (0)