From 5d400623a4fe89e8c1ce0cdd96cac74e74e56a49 Mon Sep 17 00:00:00 2001 From: Josh Bernstein Date: Sun, 5 Jan 2020 15:36:00 -0700 Subject: [PATCH] Updated card overflows so the save button is always visible --- Frontend/src/components/Queue/components/PrintCardContainer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/src/components/Queue/components/PrintCardContainer.css b/Frontend/src/components/Queue/components/PrintCardContainer.css index 83aeb515..d17a24da 100755 --- a/Frontend/src/components/Queue/components/PrintCardContainer.css +++ b/Frontend/src/components/Queue/components/PrintCardContainer.css @@ -6,6 +6,7 @@ text-align: left; width: 97%; height: fit-content; + overflow: visible; } .mouseOverColorPickerContainer { @@ -66,7 +67,6 @@ .printAdditionalInfo { display: flex; - overflow: overlay; } .emailRecipient {