fix pointer block

This commit is contained in:
LenAnderson
2024-04-23 11:08:03 -04:00
parent c4f424580e
commit 17ea31188e

View File

@@ -1115,15 +1115,18 @@ select {
content: "";
flex: 0 1 calc(var(--targetOffset) * 1px);
display: block;
pointer-events: none;
}
.slashCommandAutoComplete {
flex: 0 0 auto;
width: 50vw;
pointer-events: all;
}
&:after {
content: "";
flex: 1 1 0;
display: block;
pointer-events: none;
}
}
}
@@ -1139,15 +1142,18 @@ select {
content: "";
flex: 0 1 calc(var(--targetOffset) * 1px - 5vh);
display: block;
pointer-events: none;
}
.slashCommandAutoComplete-details {
flex: 0 0 auto;
max-height: 80vh;
pointer-events: all;
}
&:after {
content: "";
flex: 1 1 0;
display: block;
pointer-events: none;
}
&.isFloating {