Skip to content

Instantly share code, notes, and snippets.

@dylanstockl
dylanstockl / botpress-mic.css
Last active September 24, 2025 20:27
Botpress Mic
.bpComposerVoiceButton {
display: none !important;
}
/* Additional positioning for our custom button */
#custom-mic-button {
position: absolute !important;
right: 45px !important;
top: 50% !important;
transform: translateY(-50%) !important;