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 0c70b96

Browse filesBrowse files
committed
iOS bonding resolve
iOS bonding resolve 🚀
1 parent bafd76c commit 0c70b96
Copy full SHA for 0c70b96

File tree

Expand file treeCollapse file tree

3 files changed

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

3 files changed

+5
-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: absolute;
13+
position: fixed;
1414
top: 50px;
1515
right: 0;
1616
bottom: 50px;

‎src/components/footer.vue

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

‎src/pages/index/index.vue

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

0 commit comments

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