Skip to content

Commit

Permalink
SUP-38386 : Fix style for elloha to avoid absolute position
Browse files Browse the repository at this point in the history
  • Loading branch information
boulch committed Aug 2, 2024
1 parent 7ccd058 commit 789553c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Changelog
1.2.64 (unreleased)
-------------------

- Nothing changed yet.
- SUP-38386 : Fix style for elloha to avoid absolute position
[boulch]


1.2.63 (2024-07-31)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def contents(self):
idoi = res.get("idoi")
internal_url = "https://reservation.elloha.com"
return (
f'<div class="elloha">'
f'<div class="elloha" style="position:relative;">'
f'<div id="ConstellationWidgetContainer{cw1}" '
f'style="width:100%" data-id-projet="{cw2}">...</div></div>'
f'<script type="text/javascript" src="{internal_url}/Scripts/widget-loader.min.js?v=42"></script>'
Expand Down

0 comments on commit 789553c

Please sign in to comment.