Skip to content

Commit

Permalink
table tooltips for clipped cells
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperwelbers committed Aug 15, 2023
1 parent 3b563ed commit 1f1c7a8
Show file tree
Hide file tree
Showing 7 changed files with 515 additions and 260 deletions.
120 changes: 120 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/framework/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@
::-webkit-scrollbar-thumb:hover {
background: theme('colors.grey2');
}

.tippy-box[data-theme~='wordcloud'] {
background-color: #333b;
backdrop-filter: blur(5px);
color: white;
padding: 0.5rem;
border-radius: 0.5rem;
}
Loading

0 comments on commit 1f1c7a8

Please sign in to comment.