diff --git a/Damselfly.Web/wwwroot/css/site.css b/Damselfly.Web/wwwroot/css/site.css index ee45eebf..448f5078 100644 --- a/Damselfly.Web/wwwroot/css/site.css +++ b/Damselfly.Web/wwwroot/css/site.css @@ -64,6 +64,7 @@ div::-webkit-scrollbar-thumb { float: right; margin: 0; width: 100%; + max-height: calc( 100vh - 100px ); overflow-y: auto; } diff --git a/VERSION b/VERSION index 8a308076..1f4a7ab2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.44 +1.2.45