Revert "Fix GPU artifacts bug (#498)" (#510)

This reverts commit 7c524f2d74.
This commit is contained in:
Juan José Mata
2025-12-29 01:36:11 +01:00
committed by GitHub
parent 836bf665ac
commit 528597c217

View File

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