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
1 changed files with 8 additions and 7 deletions

View File

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