Cant see chat in last version of obs studio

Im using last version of obs studio with browser, everything is by tutorial and i cant see chat. I click properties and i write something on chat and it show it, so its working but i cant see it. Maybe it needs be “on top”. Help?

Make sure you setup the dimensions of the source properly and that you order your sources such that the chat is higher in the list above whatever you want it on top of. If you modified the CSS, it might be caused by your changes.

i didnt modified anything:

i followed tutorial:

width: 300
height: 600

css:

::-webkit-scrollbar {
  visibility: hidden;
}


#chat_box {


}


.chat_line {


}


.chat_line .nick {


}


.chat_line .message {


}

edit: i tried again and now its working, idk what happen.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.