mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-22 00:12:08 +00:00
10 lines
No EOL
154 B
Text
10 lines
No EOL
154 B
Text
// Copyright (C) 2017-2023 Smart code 203358507
|
|
|
|
.tooltip-item {
|
|
position: fixed;
|
|
opacity: 0;
|
|
|
|
&:global(.active) {
|
|
opacity: 1;
|
|
}
|
|
} |