Skip to content

Commit

Permalink
Fix header height
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowFish085 committed Apr 13, 2020
1 parent e367e6d commit 54739bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/layout/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ export default class Header extends Vue {
<style lang="scss" scoped>
header {
background: rgb(var(--color-overlay));
height: 50px;
height: 85px;
left: 0;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
Expand Down

0 comments on commit 54739bc

Please sign in to comment.