We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5160c87 commit e2a8721Copy full SHA for e2a8721
1 file changed
epub_browser/assets/annotation.css
@@ -556,7 +556,7 @@
556
.continuous-scroll-tip:hover::after {
557
content: attr(data-tip);
558
position: absolute;
559
- bottom: calc(100% + 8px);
+ top: calc(100% + 8px);
560
left: 50%;
561
transform: translateX(-50%);
562
background: var(--text);
@@ -577,11 +577,11 @@
577
.continuous-scroll-tip:hover::before {
578
content: '';
579
580
- bottom: calc(100% + 2px);
+ top: calc(100% + 2px);
581
582
583
border: 5px solid transparent;
584
- border-top-color: var(--text);
+ border-bottom-color: var(--text);
585
z-index: 100;
586
}
587
0 commit comments