Skip to content

Commit

Permalink
Dashboard cards can now scroll when flex is row-wise
Browse files Browse the repository at this point in the history
  • Loading branch information
JudeDavis1 committed Dec 29, 2022
1 parent bf80d9b commit 3ff3078
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Dashboard/Dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ h1 {
z-index: 1;
padding: 10px;
margin: 5px;
min-width: 200px;
}

.dashboard-session-card-container {
display: flex;
flex-direction: row;
padding: 10px;
overflow: auto;
}

.app-sub-component {
Expand Down Expand Up @@ -44,7 +46,7 @@ h1 {
}

.dashboard-session-card {
width: 50vw;
width: 65vw;
text-align: center;
}
}
Expand Down

0 comments on commit 3ff3078

Please sign in to comment.