From c6e50d8f1b8ae4cc6224e48061cdc57b06c547cf Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Wed, 24 Sep 2025 05:50:44 +1000 Subject: [PATCH] Fix overlapping elements in desktop installer (#5735) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes regression from Tailwind v4 upgrade where CPU toggle overlaps content. Removed unnecessary translate transform causing element positioning issues. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5735-Fix-overlapping-elements-in-desktop-installer-2776d73d365081299affc7894bc88faa) by [Unito](https://www.unito.io) --- src/components/install/GpuPicker.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/install/GpuPicker.vue b/src/components/install/GpuPicker.vue index 06275634f..75916b480 100644 --- a/src/components/install/GpuPicker.vue +++ b/src/components/install/GpuPicker.vue @@ -112,16 +112,12 @@