generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update classes to prevent cutoff of left side of project table (#1934)
* removed width:100% from contentContainer class when no sidebar * remove `overflow-y: scroll from body tag * add max-width and wrapper div to div.tableContainer * remove vertical scrollbar from body * modify styles on thead and popover, so heading is sticky and popover stacked on top * restore 100% width on contentContainer * tableContainer height must be calculated based on em * Remove scrolling from body * reduce minHeight of ContentContainer * correct minHeight of contentContainer to allow for changes in font size * restore vertical scrolling on body tag so other scrolling works on other pages in the site * make room for inner scroll bar * set maxWIdth on the multi project toolbar * slight adjustment to height of contentContainer * use js to change the body style in the ProjectsPage component * set width of the Multi Project Toolbar * Minor adj to div spacing above grid on My Projects --------- Co-authored-by: John Darragh <[email protected]>
- Loading branch information
1 parent
8f01080
commit c8f28c8
Showing
5 changed files
with
94 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters