Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2124ed0

Browse filesBrowse files
committed
fix:style
1 parent 1ba9821 commit 2124ed0
Copy full SHA for 2124ed0

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎src/components/content.vue

Copy file name to clipboardExpand all lines: src/components/content.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@import "../less/config";
1111
.content {
1212
overflow: auto;
13-
position: fixed;
13+
position: absolute;
1414
top: 50px;
1515
right: 0;
1616
bottom: 50px;

‎src/components/footer.vue

Copy file name to clipboardExpand all lines: src/components/footer.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<style lang="less" scoped>
5353
@import "../less/config";
5454
.footer {
55-
position: fixed;
55+
position: absolute;
5656
background: #fff;
5757
right: 0;
5858
bottom: 0;

‎src/pages/index/index.vue

Copy file name to clipboardExpand all lines: src/pages/index/index.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<style lang="less" scoped>
9292
@import "../../less/config";
9393
.nav {
94-
position: fixed;
94+
position: absolute;
9595
background: #fff;
9696
top: 0;
9797
right: 0;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.