Skip to content

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Mar 18, 2024
1 parent 393bec9 commit a280048
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/preset.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ div.container {
height:110px;
float:left;
margin:10px;

}

div.container .popup {
display: none;
overflow:auto;
}

div.container:hover .popup {
Expand All @@ -62,4 +62,8 @@ div.container:hover .popup {
border-style: solid;
border-width: 1px;
padding: 5px;
}

div.no_break {
white-space: nowrap;
}

0 comments on commit a280048

Please sign in to comment.