19 lines
248 B
SCSS
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;
|
|
}
|
|
}
|