diff --git a/chromebook-checkout-meteor/client/main.css b/chromebook-checkout-meteor/client/main.css
index a76c4d0..df07cfb 100644
--- a/chromebook-checkout-meteor/client/main.css
+++ b/chromebook-checkout-meteor/client/main.css
@@ -113,13 +113,15 @@ button {
background-image: linear-gradient(to bottom, #db6b6b, #d64949);
text-decoration: none;
}
-#chromebooks, #carts, #tchromebooks {
+#chromebooks, #carts, .tchromebooks {
overflow: auto;
padding-top:.5%;
padding-bottom:.5%;
+}
+#chromebooks, #carts {
max-height:600px;
}
-#tchromebooks {
+.tchromebooks {
max-height:500px;
}
#border {
diff --git a/chromebook-checkout-meteor/client/tabs.css b/chromebook-checkout-meteor/client/tabs.css
index d7a872a..f37a383 100644
--- a/chromebook-checkout-meteor/client/tabs.css
+++ b/chromebook-checkout-meteor/client/tabs.css
@@ -26,3 +26,8 @@
padding: 4.2% 15px 15px 15px;
}
+.tabs-content {
+overflow: scroll;
+min-width: 500px;
+max-height: 500px;
+}
\ No newline at end of file
diff --git a/chromebook-checkout-meteor/client/teacher.html b/chromebook-checkout-meteor/client/teacher.html
index df3530b..c628797 100644
--- a/chromebook-checkout-meteor/client/teacher.html
+++ b/chromebook-checkout-meteor/client/teacher.html
@@ -4,7 +4,7 @@
{{#teacherTabs tabs=tabs}}
-
+
{{#each chromebooks}}
{{> chromebook}}