Skip to content
Open
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ left: 24.5em;
background-color: #fff;
border-radius: 0.5em;
transition: max-height 0.5s;
z-order: 1;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be:

z-index: 1;

}

#configwrapper{
Expand Down Expand Up @@ -707,4 +708,4 @@ font-weight: bold;
#faq{
padding: 3em;
}
}
}