﻿/* Fix the feedback buttons in commandbar not being visible */
/* V1 Theme */
.chat-feedback {
    opacity: 1 !important;
}

/* V2 Theme */
#chat-feedback-buttons {
    opacity: 1 !important;
}
