Skip to content

Commit

Permalink
Change CSS to allow UI Modals to scroll (hyperledger-archives#2285)
Browse files Browse the repository at this point in the history
* Change relative to absolute units

* bug iss1471 disable Submit Transaction button when no transactions

* change top level Modal CSS overflow value to allow modal scrolling
  • Loading branch information
samjsmith authored and cazfletch committed Oct 5, 2017
1 parent 1242ca2 commit a60f981
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
left: 0;
z-index: 100000;
display: none;
overflow: hidden;
overflow: auto;
outline: 0;
&.fade .modal-dialog {
@include transition(transform);
Expand Down

0 comments on commit a60f981

Please sign in to comment.