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 { &.reply-to-more:first-of-type::before {
top: 12px; top: 12px;
} }
&::after { // &::after {
content: ""; // content: "";
position: absolute; // position: absolute;
inset: -9999px; // inset: -9999px;
background: var(--modalBg); // background: var(--modalBg);
opacity: 0; // opacity: 0;
z-index: -2; // z-index: -2;
pointer-events: none; // pointer-events: none;
transition: opacity .2s; // transition: opacity .2s;
} // }
&.more::before { &.more::before {
inset: 0 !important; inset: 0 !important;
} }