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
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