hero overflow fix (#12677)
This commit is contained in:
parent
bcbeb66c98
commit
59e24a7a82
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<% end %>
|
||||
<div id="page-content-inner">
|
||||
<% if @hero_html %>
|
||||
<div id="hero-html-wrapper" data-name="<%= @hero_area.name %>">
|
||||
<div id="hero-html-wrapper" class="overflow-x-hidden" data-name="<%= @hero_area.name %>">
|
||||
<script>
|
||||
// Make sure html variant element has id hero-html-wrapper and data-name as its name
|
||||
if (localStorage.getItem('exited_hero') === '<%= @hero_area.name %>') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue