Guidelines
Description
I'm trying to override some formantic-ui CSS and stackoverflow suggestions (https://stackoverflow.com/questions/55005996/overriding-styles-in-semantic-ui-react) are to add a id tag close to top of the hierarchy.
Problem
Easier overriding of CSS
Proposed Solution
Add optional parameter to SemanticPage body_id
Alternatives Considered
Adding additional divs, but didn't produce hierarchy as nabber (formantic.plus) has its own idea of document structure and I want my CSS to be across both nav bar and main content...
Guidelines
Description
I'm trying to override some formantic-ui CSS and stackoverflow suggestions (https://stackoverflow.com/questions/55005996/overriding-styles-in-semantic-ui-react) are to add a
idtag close to top of the hierarchy.Problem
Easier overriding of CSS
Proposed Solution
Add optional parameter to SemanticPage
body_idAlternatives Considered
Adding additional divs, but didn't produce hierarchy as nabber (formantic.plus) has its own idea of document structure and I want my CSS to be across both nav bar and main content...