diff --git a/package.json b/package.json index 151508ff..6388f9ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "0.3.1-q", + "version": "0.3.1-r", "keywords": [ "Remote Management", "Intel AMT", diff --git a/public/styles/style.css b/public/styles/style.css index 92ab04ea..24b00c80 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -6,6 +6,7 @@ font-size: 13px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; background-color: #d3d9d6; + overflow-y: hidden; } #container { @@ -93,7 +94,6 @@ background: #113962; background: linear-gradient(to bottom, #104893 0%,#113962 100%); color: white; - display: none; } .fullscreen #page_leftbar { display: block; @@ -141,7 +141,7 @@ } .fullscreen #column_l { - height: calc(100vh - 135px); + height: calc(100vh - 111px); width: calc(100% - 30px); overflow-y: auto; } diff --git a/views/default-min.handlebars b/views/default-min.handlebars index dad819cd..6893af44 100644 --- a/views/default-min.handlebars +++ b/views/default-min.handlebars @@ -1 +1 @@ - MeshCentral
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file + MeshCentral
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file diff --git a/views/default-mobile-min.handlebars b/views/default-mobile-min.handlebars index 380d608c..e1b96347 100644 --- a/views/default-mobile-min.handlebars +++ b/views/default-mobile-min.handlebars @@ -1 +1 @@ - MeshCentral
{{{title}}}
{{{title2}}}
\ No newline at end of file + MeshCentral
{{{title}}}
{{{title2}}}
\ No newline at end of file diff --git a/views/login-min.handlebars b/views/login-min.handlebars index cb97f80d..dc56b4e5 100644 --- a/views/login-min.handlebars +++ b/views/login-min.handlebars @@ -1 +1 @@ - MeshCentral - Login
{{{title}}}
{{{title2}}}

Welcome


\ No newline at end of file + {{{title}}} - Login
{{{title}}}
{{{title2}}}

Welcome


\ No newline at end of file diff --git a/views/login-mobile-min.handlebars b/views/login-mobile-min.handlebars index c06a9651..68c45914 100644 --- a/views/login-mobile-min.handlebars +++ b/views/login-mobile-min.handlebars @@ -1 +1 @@ - MeshCentral - Login
{{{title}}}
{{{title2}}}
\ No newline at end of file + MeshCentral - Login
{{{title}}}
{{{title2}}}
\ No newline at end of file diff --git a/views/login.handlebars b/views/login.handlebars index 5fd3b469..1bbee21f 100644 --- a/views/login.handlebars +++ b/views/login.handlebars @@ -27,7 +27,7 @@ -
diff --git a/views/messenger-min.handlebars b/views/messenger-min.handlebars index 1115bb1d..b5a9ed3e 100644 --- a/views/messenger-min.handlebars +++ b/views/messenger-min.handlebars @@ -1 +1 @@ - MeshMessenger
MeshMessenger
\ No newline at end of file + MeshMessenger
MeshMessenger
\ No newline at end of file