TelegramPWA/src/components/middle/message/Sticker.module.scss
2024-07-15 15:50:42 +02:00

24 lines
323 B
SCSS

.root {
overflow: visible !important;
contain: layout;
position: relative;
&:not(.inactive) {
cursor: var(--custom-cursor, pointer);
}
}
.mirrored {
transform: scaleX(-1);
}
.inactive {
pointer-events: none;
}
.effect {
position: fixed;
z-index: var(--z-message-effect);
pointer-events: none;
}