We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22264e commit 0d945c3Copy full SHA for 0d945c3
stylus/app.styl
@@ -535,7 +535,6 @@ body
535
536
.input
537
padding 10px
538
- overflow scroll
539
+breakpoint("tablet")
540
padding 20px
541
// &[data-alg="HS256"]
stylus/codemirror.styl
@@ -2,11 +2,17 @@
2
zoom 1
3
font-family 'Roboto Mono', Menlo
4
outline none
5
- height auto
+ height 100%
6
*
7
8
box-shadow none
9
10
+.CodeMirror-scroll
11
+ overflow hidden !important
12
+ margin-bottom 0
13
+ margin-right 0
14
+ padding-bottom 0
15
+
16
.jwt-playground .input
17
&.error
18
background pink
0 commit comments