Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions _static/css/custom2.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,11 @@ input[type="radio"] {
.gsc-control-cse {
padding: 0 !important;
border-radius: 0px !important;
border: none !important;;
overflow: hidden;
border: none !important;
}

.gsc-overflow-hidden {
overflow: auto;
}

#___gcse_0 {
Expand Down
Loading