Skip to content

Commit 27851a7

Browse files
committed
fix: Application Scaling card overflowing Display Scaling's dropdown menu
1 parent eed20ec commit 27851a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/views/Config.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
</x-card>
292292

293293
<x-card
294-
class="flex relative z-10 flex-row justify-between items-center p-2 py-3 my-0 w-full backdrop-blur-xl backdrop-brightness-150 bg-neutral-800/20">
294+
class="flex flex-row justify-between items-center p-2 py-3 my-0 w-full backdrop-blur-xl backdrop-brightness-150 bg-neutral-800/20">
295295
<div>
296296
<div class="flex flex-row gap-2 items-center mb-2">
297297
<Icon class="inline-flex text-violet-400 size-8" icon="uil:apps"></Icon>

0 commit comments

Comments
 (0)