Skip to content

Commit

Permalink
🛠️ s3.js -> Updated tooltip width for better display.
Browse files Browse the repository at this point in the history
  • Loading branch information
itcon-pty-au committed Sep 4, 2024
1 parent cc7df6f commit ecff244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function openSyncModal() {
<h3 class="text-center text-xl font-bold">Backup & Sync</h3>
<div class="relative group ml-2">
<span class="cursor-pointer" id="info-icon">ℹ️</span>
<div id="tooltip" class="absolute z-10 -top-8 left-1/2 transform -translate-x-1/2 bg-black text-white text-xs rounded-md px-2 py-1 opacity-100 transition-opacity duration-300">
<div id="tooltip" class="absolute z-10 -top-8 left-1/2 transform -translate-x-1/2 bg-black text-white text-xs rounded-md px-2 py-1 min-w-[150px] opacity-100 transition-opacity duration-300">
Dummy text about cloud backup.
</div>
</div>
Expand Down

0 comments on commit ecff244

Please sign in to comment.