Skip to content

Commit 04ca4b2

Browse files
committed
Added file dropdown size and scrollbar.
1 parent 9092ac8 commit 04ca4b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ H3{
9999
padding:2rem;
100100
}
101101

102+
.files-dropdown{
103+
max-height:calc(100vh - 14rem);
104+
overflow:auto;
105+
}
106+
102107
PRE{
103108
padding:1rem;
104109
background: rgba(0,0,0,0.05);

0 commit comments

Comments
 (0)