Files
formbricks/apps/web/modules/ui/components/code-block/style.css
Dhruwang Jariwala 9dad06222d chore: move ui components to modules (#4342)
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2024-11-21 17:58:15 +00:00

21 lines
340 B
CSS

pre {
scrollbar-width: thin;
scrollbar-color: #e2e8f0 #ffffff;
}
pre::-webkit-scrollbar {
width: 4px !important;
border-radius: 99px;
}
pre::-webkit-scrollbar-track {
background: #e2e8f0;
border-radius: 99px;
}
pre::-webkit-scrollbar-thumb {
background-color: #cbd5e1;
border: 3px solid #cbd5e1;
border-radius: 99px;
}