css: Fix class name typo

This commit is contained in:
Richard Hansen 2021-12-03 00:57:33 -05:00
parent cae949afc6
commit fec1bc0d4a

View file

@ -46,7 +46,7 @@ body {
max-width: 40%;
flex-shrink: 0;
}
#editorcontainerbox .sticky-container:not(.stikyUsers):not(.stickyChat) {
#editorcontainerbox .sticky-container:not(.stickyUsers):not(.stickyChat) {
width: 0; /* hide when the container is empty */
}