Update RemoteDesktopModal.vue

This commit is contained in:
Baobhan Sith
2025-05-06 09:17:33 +08:00
parent 297e50c6b0
commit 4db6057646
@@ -451,7 +451,7 @@ const computedModalStyle = computed(() => {
</script> </script>
<template> <template>
<div class="fixed inset-0 z-50 flex items-center justify-center bg-overlay p-4 backdrop-blur-sm"> <div class="fixed inset-0 z-50 flex items-center justify-center bg-overlay p-4">
<div <div
:style="computedModalStyle" :style="computedModalStyle"
class="bg-background text-foreground rounded-lg shadow-xl flex flex-col overflow-hidden border border-border" class="bg-background text-foreground rounded-lg shadow-xl flex flex-col overflow-hidden border border-border"