allow popovers to escape the bounds of content

This commit is contained in:
emma 2022-12-08 19:23:46 +00:00
parent 2382696698
commit 235f3b2d94

View file

@ -1,4 +1,4 @@
@import "../../_variables.scss"; @import '../../_variables.scss';
.Status { .Status {
min-width: 0; min-width: 0;
@ -43,7 +43,7 @@
padding: var(--status-margin, $status-margin); padding: var(--status-margin, $status-margin);
.content { .content {
overflow: hidden; // overflow: hidden;
} }
> * { > * {
@ -56,7 +56,8 @@
} }
.pin { .pin {
padding: var(--status-margin, $status-margin) var(--status-margin, $status-margin) 0; padding: var(--status-margin, $status-margin)
var(--status-margin, $status-margin) 0;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-end; justify-content: flex-end;
@ -199,7 +200,7 @@
.reply-to-popover { .reply-to-popover {
.reply-to:hover::before { .reply-to:hover::before {
content: ""; content: '';
display: block; display: block;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
@ -214,7 +215,7 @@
&.-strikethrough { &.-strikethrough {
.reply-to::after { .reply-to::after {
content: ""; content: '';
display: block; display: block;
position: absolute; position: absolute;
top: 50%; top: 50%;
@ -355,7 +356,7 @@
margin-left: 0.2em; margin-left: 0.2em;
&::before { &::before {
content: " "; content: ' ';
} }
} }
@ -402,7 +403,7 @@
align-items: center; align-items: center;
&::before { &::before {
content: ""; content: '';
position: absolute; position: absolute;
height: 100%; height: 100%;
width: 1px; width: 1px;