Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5fbd11d

Browse files
author
Joseph Damiba
committed
move modal to be flush with header and reintroduce scrollbar
1 parent c86cfb8 commit 5fbd11d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

all_static/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9281,7 +9281,7 @@ pre, code, .hljs {
92819281
padding-right: 20px; }
92829282

92839283
.modal{
9284-
top: 60px;
9284+
top: 50px;
92859285
}
92869286

92879287
.search-results{
@@ -9320,7 +9320,7 @@ pre, code, .hljs {
93209320
.modal-body{
93219321
background: white;
93229322
padding: 0 !important;
9323-
max-height: 400px;
9323+
max-height: 75vh;
93249324
overflow-y: scroll;
93259325
}
93269326

0 commit comments

Comments
 (0)