YouTube Chat background not working

BrentHarmon

New Member
I was wondering I need to figure out how to Custom CCS not working with background color


yt-live-chat-text-message-renderer {

position: relative;

font-size: 20px;

padding: 4px 24px;

overflow: hidden;

contain: content;

--yt-endpoint-color: var(--yt-live-chat-primary-text-color, var(--yt-deprecated-luna-black));

--yt-endpoint-hover-color: var(--yt-live-chat-primary-text-color, var(--yt-endpoint-color));

display: -ms-flexbox;

display: -webkit-flex;

display: flex;

-ms-flex-direction: row;

-webkit-flex-direction: row;

flex-direction: row;

-ms-flex-align: start;

-webkit-align-items: flex-start;

align-items: flex-start;

}

is there a way to fix this
 

Emma Megan

New Member
Many users have reported that the background for their YouTube chat is not working. Google has confirmed that this is a bug and they are currently working on fixing it. The YouTube app seems to be using Flash for video playback on iOS devices, which causes this issue.
 
Top