mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
UI: disable floating buttons
This commit is contained in:
parent
79a72dbff0
commit
cdd201eef4
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
<script>iframeResize({ license: 'GPLv3' })</script>
|
||||
</head>
|
||||
<div class="fixed bottom-4 left-4" style="z-index: 999999;">
|
||||
<div class="fixed bottom-4 left-4 hidden" style="z-index: 999999;">
|
||||
<button id="openProblemModal"
|
||||
class="m-1.5 flex items-center bg-red-500 text-white py-2 px-4 rounded-full shadow-lg hover:bg-red-600 focus:outline-none focus:ring-2 focus:ring-blue-500">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512">
|
||||
|
|
|
|||
Loading…
Reference in a new issue