Skip to content

Commit

Permalink
Fix double scrollbar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shiling committed Jan 24, 2020
1 parent 9fea742 commit 1fd8096
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ export default {
</script>

<style lang="scss" rel="stylesheet/scss">
@import url("https://unpkg.com/[email protected]/build/pure-min.css");
@import "scss/_producthunt.scss";
@import "scss/_common.scss";
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
Expand All @@ -53,13 +55,6 @@ export default {
flex:1;
}
// Some forceful scroll bar fixing
html, body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
// Github corner styling
.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}
Expand Down

0 comments on commit 1fd8096

Please sign in to comment.