diff --git a/frontend/src/_global.postcss b/frontend/src/_global.postcss index a7fd1072..c53d4696 100644 --- a/frontend/src/_global.postcss +++ b/frontend/src/_global.postcss @@ -137,3 +137,7 @@ button { margin-inline-start: 40px; } } + +::-ms-reveal { + display: none; +} \ No newline at end of file diff --git a/frontend/src/lib/components/modals/ServerManager.svelte b/frontend/src/lib/components/modals/ServerManager.svelte index 9f9b705a..4e7a6827 100644 --- a/frontend/src/lib/components/modals/ServerManager.svelte +++ b/frontend/src/lib/components/modals/ServerManager.svelte @@ -1,5 +1,5 @@ @@ -175,7 +180,7 @@ {#each $remoteServers as remoteServer}