From 9e4fdf764473f5d1a18e772914557e57e2ce980b Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Wed, 26 Feb 2020 21:23:32 -0800 Subject: [PATCH] Fix UI after refactor. --- react-slideshow/src/App.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/react-slideshow/src/App.css b/react-slideshow/src/App.css index 8b2849f..176d0fc 100644 --- a/react-slideshow/src/App.css +++ b/react-slideshow/src/App.css @@ -3,14 +3,16 @@ body, html, #root { } #ui { - background-color: rgba(255, 255, 255, 0.5); - bottom: 0; + top: 0; line-height: 3em; - position: 'absolute'; + position: absolute; width: 100%; + height: 100%; } #ui .meta { + background-color: rgba(255, 255, 255, 0.5); + line-height: 3em; text-align: center; }