mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
12 lines
No EOL
207 B
Text
12 lines
No EOL
207 B
Text
// Copyright (C) 2017-2023 Smart code 203358507
|
|
|
|
.tooltip-item {
|
|
position: fixed;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
|
|
&:global(.active) {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
} |