proscenium
proscenium copied to clipboard
Action view CSS should be included after layout
Currently when side loading, CSS for the action (view) is included first, followed by the layout. Because of the way CSS cascades, this should be the other way around. The action should have higher specificity than the layout, so needs to be included after the layout.