Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

19 lines
248 B
SCSS

.AttachMenu {
position: relative;
.is-pointer-env & {
> .backdrop {
position: absolute;
top: -1rem;
left: auto;
right: 0;
width: 3.5rem;
}
}
.media-disabled > button {
white-space: normal;
}
}