diff --git a/Oqtane.Client/wwwroot/css/app.css b/Oqtane.Client/wwwroot/css/app.css
index cd277822..2e5c6113 100644
--- a/Oqtane.Client/wwwroot/css/app.css
+++ b/Oqtane.Client/wwwroot/css/app.css
@@ -44,6 +44,7 @@ app {
z-index: 9999; /* Sit on top */
left: 0;
top: 0;
+ display: block;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
diff --git a/Oqtane.Server/wwwroot/Tenants/1/Sites/1/Softvision Pen.jpg b/Oqtane.Server/wwwroot/Tenants/1/Sites/1/Softvision Pen.jpg
deleted file mode 100644
index f184f2ad..00000000
Binary files a/Oqtane.Server/wwwroot/Tenants/1/Sites/1/Softvision Pen.jpg and /dev/null differ
diff --git a/Oqtane.Server/wwwroot/css/app.css b/Oqtane.Server/wwwroot/css/app.css
index d03ddd15..ff45a8b4 100644
--- a/Oqtane.Server/wwwroot/css/app.css
+++ b/Oqtane.Server/wwwroot/css/app.css
@@ -44,6 +44,7 @@ app {
z-index: 9999; /* Sit on top */
left: 0;
top: 0;
+ display: block;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
@@ -90,4 +91,4 @@ app {
color: gray;
height: 1px;
background-color: gray;
-}
\ No newline at end of file
+}