Skip to content

Add new whitlisted class for upward menus

Ciarán Ainsworth requested to merge fix-upward-menu into develop

The purgecss plugin removes the upward class from fomantic, meaning that menus do not open upwards properly when at the bottom of the page. This MR adds this to the whitelist to resolve the issue.

Before

before__1_

After

after__1_

Merge request reports