Fix GPU artifacts bug (#498)

* Update application.css

Signed-off-by: xenos <66328734+xenos1337@users.noreply.github.com>

* fix

---------

Signed-off-by: xenos <66328734+xenos1337@users.noreply.github.com>
This commit is contained in:
xenos
2025-12-24 10:30:57 +01:00
committed by GitHub
parent b3af8bf1ae
commit 7c524f2d74

View File

@@ -13,7 +13,7 @@
<%= yield :head %>
</head>
<body class="h-full overflow-hidden antialiased">
<body class="h-full overflow-hidden antialiased transform-gpu">
<% if Rails.env.development? %>
<button hidden data-controller="hotkey" data-hotkey="t t /" data-action="theme#toggle"></button>
<% end %>