cant hide chat bar "send msg" via custom css #309
Unanswered
elislavkat
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
body { background-color: rgba(0,0,0,0) !important; } .chat-wysiwyg-input__editor.focus-visible { display:none; } .stream-chat .stream-chat-header { display:none; background-color: rgba(0,0,0,0) !important; color:white !important; } .chat-room__notifcations { display:none; } .tw-z-default { display:none; } .tw-flex { background-color: rgba(0,0,0,0) !important; } .tw-root { background-color: rgba(0,0,0,0) !important; } .tw-root--theme-dark { background-color: rgba(0,0,0,0) !important; } .stream-chat { background-color: rgba(0,0,0,0) !important; } .chat-room { background-color: rgba(0,0,0,0) !important; } .chat-list { background-color: rgba(0,0,0,0) !important; } .scrollable-area { background-color: rgba(0,0,0,0) !important; color: white; }
Beta Was this translation helpful? Give feedback.
All reactions