comment out unneeded bit (maybe for now)

This commit is contained in:
Freeplay 2023-02-25 00:21:37 -05:00
parent c81a75cd1f
commit 0f94a62198
1 changed files with 10 additions and 10 deletions

View File

@ -611,16 +611,16 @@ onUnmounted(() => {
&.reply-to-more:first-of-type::before {
top: 12px;
}
&::after {
content: "";
position: absolute;
inset: -9999px;
background: var(--modalBg);
opacity: 0;
z-index: -2;
pointer-events: none;
transition: opacity .2s;
}
// &::after {
// content: "";
// position: absolute;
// inset: -9999px;
// background: var(--modalBg);
// opacity: 0;
// z-index: -2;
// pointer-events: none;
// transition: opacity .2s;
// }
&.more::before {
inset: 0 !important;
}