stremio-web/src/common/Tooltips/TooltipItem/styles.less

10 lines
No EOL
154 B
Text

// Copyright (C) 2017-2023 Smart code 203358507
.tooltip-item {
position: fixed;
opacity: 0;
&:global(.active) {
opacity: 1;
}
}