This is for everyone who wants display the chat from zap.stream in a transparent chat box with rounded corners. Add this CSS to the browser source in OBS:
body {
background-color: transparent;
}
#root {
background-color: rgba(0,0,0,0.9);
border-radius: 24px;
}

#streaming #stream #nostrstreaming #obs