Added a category tooltip on hover.

This commit is contained in:
Ajay Ramachandran
2020-05-03 11:42:39 -04:00
parent e3698dcdca
commit 822c7bda89
2 changed files with 99 additions and 0 deletions

View File

@@ -11,11 +11,28 @@
z-index: 40;
}
.sbHidden {
display: none !important;
}
.previewbar {
display: inline-block;
height: 100%;
}
/* Preview Bar page hacks */
.sbTooltipTwoTitleThumbnailOffset {
bottom: -5px !important;
}
.sbTooltipOneTitleThumbnailOffset {
bottom: 10px !important;
}
/* */
.popup {
z-index: 10;
width: 100%;