Skip to content

Commit

Permalink
Merge pull request #27 from TAMULib/sprint3-css-fix
Browse files Browse the repository at this point in the history
Applied css fix to body on modal open/close
  • Loading branch information
wwelling committed Aug 17, 2018
2 parents 8570e52 + 547295e commit 7842a33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/resources/styles/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ $linkColor: #337ab7;
@import "directives/all";
@import "management/all";

body
{
margin-right: 0 !important;
padding-right: 0 !important;
}

main {
display: block;
height: auto;
Expand Down

0 comments on commit 7842a33

Please sign in to comment.