Skip to content

Commit

Permalink
Update service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manatlan committed Mar 21, 2023
1 parent 07132c4 commit 2cc4d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htbulma/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def init(self, content, canClose=True, full=False):
content,
_tabindex=0,
js="self.focus()",
_style="outline: none" + ("height:100%;overflow-y:auto" if full else ""),
_style="outline: none;" + ("height:100%;overflow-y:auto" if full else ""),
_class="box",
),
_class="modal-content",
Expand Down

0 comments on commit 2cc4d55

Please sign in to comment.