Skip to content

Commit

Permalink
fix: Make page scrollable so that side bar is always accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanmaity1234 committed May 10, 2022
1 parent 534ce21 commit d5cf429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div id="app">
<div id="git-action-board">
<SideMenu v-if="renderMenu" />
<router-view />
</div>
Expand All @@ -25,7 +25,7 @@ export default {

<style scoped>
#app {
#git-action-board {
display: flex;
flex-direction: row;
height: 100vh;
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/components/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ div {
width: 95%;
padding-left: 30px;
padding-right: 30px;
overflow: scroll;
padding-bottom: 1px;
}
.header {
Expand Down

0 comments on commit d5cf429

Please sign in to comment.