Skip to content

Commit

Permalink
Floating search box, effective when the page slides down.
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Feb 25, 2022
1 parent 56f3e52 commit 13e82fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions effector.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,12 @@
"en": "Hide scroll bar"
},
"css": "::-webkit-scrollbar{display:none;}body{scrollbar-width:none;}"
},
{
"des": {
"zh_CN": "浮动搜索框,页面下滑时生效",
"en": "Floating search box, effective when the page slides down."
},
"css": ".cb .row:nth-child(2){transition:all 0.2s ease-in-out}.v-app-bar--is-scrolled + .cb .row:nth-child(2){position:fixed;z-index:1;top:24px}.v-app-bar--is-scrolled + .cb .row:nth-child(2) #chainwon-search{box-shadow:0 4px 20px 7px rgba(0,0,0,0.1)}"
}
]

0 comments on commit 13e82fc

Please sign in to comment.