Skip to content

Commit d18e02b

Browse files
committed
Made js code scrollable.
1 parent f432a04 commit d18e02b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

css/uploader.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,9 @@ body {
7676
}
7777
.css-copy{ top: 0 !important; right: 0 !important; }
7878
.css-code{ max-height: 200px; overflow-y: auto; }
79+
.js-code{ max-height: 600px; overflow-y: auto; }
7980
/* end Page Style */
80-
<<<<<<< HEAD
8181
/** For Plugin Style **/
82-
=======
83-
>>>>>>> 33080d8f2023bac58d5129f48dcaa509a01750bc
8482

8583
#remove-profile-btn{
8684
display: none;

0 commit comments

Comments
 (0)