Skip to content

Commit

Permalink
Merge pull request #117 from rwblair/enh/scrollable_rating_widget
Browse files Browse the repository at this point in the history
ENH: set max height and overflow css for qcrating widget
  • Loading branch information
oesteban committed Jul 2, 2024
2 parents dbdb89f + 4d43a88 commit 12ed4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nireports/assembler/data/rating-widget/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:
endpoint: "https://localhost:8000/"
access_token: <secret_token>
settings:
style: 'width: 30%; top: 100px; left: 65%;'
style: 'width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;'
navbar_label: Rating widget
mintime: 10
components:
Expand Down

0 comments on commit 12ed4b7

Please sign in to comment.