We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502aba5 commit 73106b9Copy full SHA for 73106b9
1 file changed
assets/css/index.css
@@ -1347,4 +1347,22 @@ span.dl {
1347
margin-top: 15px;
1348
margin-left: 50px;
1349
margin-right: 50px;
1350
+ white-space: nowrap;
1351
+ overflow: auto;
1352
+}
1353
+
1354
+.oauth-code::-webkit-scrollbar {
1355
+ min-height: 28px !important;
1356
1357
1358
+.oauth-code::-webkit-scrollbar-thumb {
1359
+ min-width: 50px;
1360
1361
1362
+.oauth-code::selection {
1363
+ background: #1a66c9;
1364
1365
1366
+.oauth-code::-moz-selection {
1367
1368
}
0 commit comments