mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-10 06:42:52 +02: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 {
|
.cm-scroller {
|
||||||
@apply font-mono text-xs overflow-hidden;
|
@apply font-mono text-xs;
|
||||||
}
|
|
||||||
|
|
||||||
.cm-line {
|
/* Hide scrollbars */
|
||||||
@apply overflow-hidden;
|
&::-webkit-scrollbar-corner,
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
@apply hidden !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user