mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 07:54:23 +01:00
Fix obscured text overflow
https://feedback.yaak.app/p/pasting-token-auth-results-in-invisible-text
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user