@ChildContent
@@ -157,7 +171,7 @@
[CascadingParameter]
public WingsConsole Console { get; set; }
-
+
[CascadingParameter]
public ServerPageContext Context { get; set; }
diff --git a/Moonlight/Shared/Views/Server/ServerNetwork.razor b/Moonlight/Shared/Views/Server/ServerNetwork.razor
index b73a5ce2..36db5888 100644
--- a/Moonlight/Shared/Views/Server/ServerNetwork.razor
+++ b/Moonlight/Shared/Views/Server/ServerNetwork.razor
@@ -7,7 +7,7 @@
@foreach (var allocation in CurrentServer.Allocations)
{
-
+
diff --git a/Moonlight/wwwroot/assets/css/utils.css b/Moonlight/wwwroot/assets/css/utils.css
index 79320c85..58833f3f 100644
--- a/Moonlight/wwwroot/assets/css/utils.css
+++ b/Moonlight/wwwroot/assets/css/utils.css
@@ -55,3 +55,14 @@ div.card-body
ul.pagination {
gap: 1.5rem;
}
+
+/* Hide scrollbar for Chrome, Safari and Opera */
+.hide-scrollbar::-webkit-scrollbar {
+ display: none;
+}
+
+/* Hide scrollbar for IE, Edge and Firefox */
+.hide-scrollbar {
+ -ms-overflow-style: none; /* IE and Edge */
+ scrollbar-width: none; /* Firefox */
+}
\ No newline at end of file