Skip to content

Commit

Permalink
set max height and overflow css for qcrating widget
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair committed May 15, 2024
1 parent 2437727 commit 4d43a88
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 4d43a88

Please sign in to comment.