mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-10 15:50:42 -06:00
fix: scrollbar issue (#1090)
This commit is contained in:
committed by
GitHub
parent
501ce8cf78
commit
7ff847c607
@@ -3,23 +3,23 @@
|
||||
@tailwind utilities;
|
||||
|
||||
/* Firefox */
|
||||
* {
|
||||
#fbjs * {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #e2e8f0;
|
||||
}
|
||||
|
||||
/* Chrome, Edge, and Safari */
|
||||
*::-webkit-scrollbar {
|
||||
#fbjs *::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
border-radius: 99px;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-track {
|
||||
#fbjs *::-webkit-scrollbar-track {
|
||||
background: #e2e8f0;
|
||||
border-radius: 99px;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
#fbjs *::-webkit-scrollbar-thumb {
|
||||
background-color: #cbd5e1;
|
||||
border: 3px solid #cbd5e1;
|
||||
border-radius: 99px;
|
||||
|
||||
Reference in New Issue
Block a user