Skip to content

Commit c111d69

Browse files
committed
fix tippy colfinct
1 parent 8c1858d commit c111d69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/description.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Mouseover Translate Any Language At Once
1919
English, Russian, Japanese, Chinese and so on
2020

2121
# Change Log
22+
- 0.1.203
23+
- Russian localization (contributed by D0n-A)
24+
- fix tooltip site conflict with tippy (requested by l-Nuril-l)
2225
- 0.1.202
2326
- fix youtube conflict sub
2427
- 0.1.201

src/contentScript.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,6 @@ function applyStyleSetting() {
927927
[data-tippy-root] {
928928
display: inline-block !important;
929929
visibility: visible !important;
930-
position: absolute !important;
931930
}
932931
.tippy-box[data-theme~='custom'][data-placement^='top'] > .tippy-arrow::before, .tippy-box[data-theme~='ocr'][data-placement^='top'] > .tippy-arrow::before {
933932
border-top-color: ${setting["tooltipBackgroundColor"]} !important;

0 commit comments

Comments
 (0)