Fix obscured text overflow

https://feedback.yaak.app/p/pasting-token-auth-results-in-invisible-text
This commit is contained in:
Gregory Schier
2025-05-15 07:00:25 -07:00
parent 8a7a7ba49d
commit c188435524

View File

@@ -102,11 +102,13 @@
}
.cm-scroller {
@apply font-mono text-xs overflow-hidden;
}
@apply font-mono text-xs;
.cm-line {
@apply overflow-hidden;
/* Hide scrollbars */
&::-webkit-scrollbar-corner,
&::-webkit-scrollbar {
@apply hidden !important;
}
}
}