Compare commits

...

1 Commits

Author SHA1 Message Date
Derek 3ffe41ce98 [ChatUI] Fix hover events behind new note div 2022-01-23 13:29:08 -07:00
2 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export default defineComponent({
directives: { directives: {
follow follow
}, },
provide() { provide() {
return { return {
inChannel: true inChannel: true
@ -256,6 +256,7 @@ export default defineComponent({
> .new { > .new {
position: fixed; position: fixed;
z-index: 1000; z-index: 1000;
pointer-events: none;
> button { > button {
display: block; display: block;

View File

@ -208,6 +208,7 @@ export default defineComponent({
> .new { > .new {
position: fixed; position: fixed;
z-index: 1000; z-index: 1000;
pointer-events: none;
> button { > button {
display: block; display: block;