Skip to content

Commit

Permalink
Center modal and fix scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar2164 committed Oct 6, 2015
1 parent 2676f79 commit 4d5f440
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion edx_sga/static/css/edx_sga.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@
z-index:100;
display: none;
width: 80%;
overflow:auto;
height: 75%;
overflow: hidden;

left: 10% !important; /* important is necessary to override modal JS styling */
margin-left: 0px !important; /* important is necessary to override modal JS styling */
}

.sga-block .staff-modal .inner-wrapper {
height: 100%;
overflow-y: scroll;
box-sizing: border-box;
}

.sga-block table.gridtable {
Expand Down

0 comments on commit 4d5f440

Please sign in to comment.