43 lines
588 B
SCSS

.AttachMenu {
align-self: flex-end;
&--button {
&:focus {
color: var(--color-primary);
}
}
&--menu {
position: relative;
top: -3.5rem;
@media (max-width: 600px) {
top: -2.875rem;
}
.bubble {
max-height: 20rem;
overflow: auto;
}
.is-pointer-env & {
> .backdrop {
position: absolute;
top: -1rem;
left: auto;
right: 0;
width: 3.5rem;
}
}
.media-disabled > button {
white-space: normal;
}
}
}
.bot-attach-context-menu {
position: absolute;
}