mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-24 11:39:22 -05:00
5741209aa9
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com>
21 lines
340 B
CSS
21 lines
340 B
CSS
pre {
|
|
scrollbar-width: thin;
|
|
scrollbar-color: #e2e8f0 #ffffff;
|
|
}
|
|
|
|
pre::-webkit-scrollbar {
|
|
width: 7px !important;
|
|
border-radius: 99px;
|
|
}
|
|
|
|
pre::-webkit-scrollbar-track {
|
|
background: #e2e8f0;
|
|
border-radius: 99px;
|
|
}
|
|
|
|
pre::-webkit-scrollbar-thumb {
|
|
background-color: #cbd5e1;
|
|
border: 2px solid #cbd5e1;
|
|
border-radius: 99px;
|
|
}
|