mirror of
https://github.com/we-promise/sure.git
synced 2026-04-24 14:34:08 +00:00
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:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user