Skip to content

Commit

Permalink
Fix #755 - Time line effect. Unwanted scroll bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciogros committed Jul 15, 2024
1 parent 46df9dd commit 73127eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/webui/scripts/exe_effects/exe_effects.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ div.fx-timeline-major{clear:left;float:left;margin:0 0 12px;width:95%}
.fx-timeline-major h2:before{content:"—";margin-left:-20px}
.fx-timeline-major h2 a{background:#333;border-radius:4px;color:#fff;line-height:2.3em;padding:5px 10px;text-decoration:none}
div.fx-timeline-minor{clear:left;float:left;margin:0 12px 0 0;padding:4px 4px 4px 0;position:relative}
.fx-timeline-minor h3{clear:left;font-size:1.25em;list-style-type:none;line-height:1.2em;margin:5px 0 12px;padding:0 0 0 24px;white-space:nowrap}
.fx-timeline-minor h3{clear:left;font-size:1.25em;list-style-type:none;line-height:1.5em;margin:5px 0 12px;padding:0 0 0 24px}
.fx-timeline-major h3:before{content:"‒";margin:0 9px 0 -25px}
.fx-timeline-minor h3 a{color:#333;cursor:pointer;text-decoration:none}
.fx-timeline-major h2 a:hover,.fx-timeline-major h2 a:focus,.fx-timeline-minor h3 a:hover,.fx-timeline-minor h3 a:focus{text-decoration:underline}
Expand Down

0 comments on commit 73127eb

Please sign in to comment.