Jump to content

Recommended Posts

Posted

The dropdowns on the downloads page will clobber each other. When you hover over 1.9 and move your mouse down it'll trigger the 1.8 dropdown.

 

It's a pretty simple fix:

 

Add/change the following in style.css

 

.versions .links > li .versions-info

- width: 0;

- transition: max-height 0.2s ease-in-out, width 0s linear 0.2s;

 

.versions .links > li:hover .versions-info

- width: 150px;

- transition: max-height 0.2s ease-in-out, width 0s linear 0s;

 

.downloads div.download .links .link:hover .promo-download-info

- width: 150px;

- transition: max-height 0.2s ease-in-out, width 0s linear 0s;

 

.downloads div.download .links .link .promo-download-info

- width: 0;

- transition: max-height 0.2s ease-in-out, width 0s linear 0.2s;

Posted

Not able to reproduce... They all work fine for me. Only issue is if you open both at the same time seince it has a small folding animation it plays.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.