Skip to content

Commit

Permalink
Add overflow-y to thumbnail container
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Nov 23, 2018
1 parent 4f6b414 commit d64b161
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions excalibur/www/static/css/workspace.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.thumbnail-container {
max-height: 100vh;
min-height: 800px;
overflow-y: auto;
}

.thumbnail-list {
list-style-type: none;
padding: 0;
Expand Down

0 comments on commit d64b161

Please sign in to comment.