Fix strict mode editor blur bug

This commit is contained in:
Gregory Schier
2023-03-30 10:38:33 -07:00
parent bb41f0e4fe
commit 4a98d1d655
9 changed files with 56 additions and 29 deletions

View File

@@ -47,13 +47,16 @@
@apply bg-transparent;
}
::-webkit-scrollbar-thumb {
@apply hover:bg-gray-300 rounded-full;
}
.scrollbar-thumb,
::-webkit-scrollbar-thumb {
@apply bg-gray-200 hover:bg-gray-300 rounded-full;
@apply bg-gray-500/30 hover:bg-gray-500/50 rounded-full;
}
iframe {
&::-webkit-scrollbar-corner,
&::-webkit-scrollbar {
@apply bg-gray-100;
}
}
:root {