Skip to content

Commit

Permalink
fix: sidenav (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 authored Dec 5, 2024
1 parent b7fdf05 commit 32d6952
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,3 @@ input:-webkit-autofill:active {
[data-toast-container='true'] {
z-index: 100000;
}

.tooltip {
position: relative;
cursor: help;
}

.tooltip[data-tooltip]:hover::after {
content: attr(data-tooltip);
position: absolute;
bottom: 100%;
left: 0;
background: #333;
color: white;
padding: 8px;
border-radius: 4px;
font-size: 14px;
white-space: pre-wrap;
width: max-content;
max-width: 300px;
z-index: 1000;
}

0 comments on commit 32d6952

Please sign in to comment.