Skip to content

Commit

Permalink
let button overhang container and add span to expand click area
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Costello committed Jan 22, 2025
1 parent fdb5b77 commit be0b9ea
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
{% load i18n %}

<script type="text/template" id="persistent-menu-template">
<div id="persistent-menu-container" class="d-none d-lg-block bg-white h-100 position-absolute border-end border-dark-subtle border-1"
<div id="persistent-menu-container"
class="d-none d-lg-block bg-white h-100 position-absolute border-end border-dark-subtle border-1 overflow-visible"
style="width: 30px;"
aria-labelledby="persistent-menu-label">
<button id="persistent-menu-arrow-toggle"
class="btn btn-md btn-outline-primary rounded-circle position-absolute top-50 d-flex justify-content-center align-items-center"
style="right: -18px;"
role="button"
aria-label="Expand Persistent Menu"
tabindex="1"
aria-expanded="true"
aria-controls="persistent-menu-container"
class="btn btn-outline-primary me-1 rounded-circle position-absolute top-50 end-0">
aria-controls="persistent-menu-container">
<i class="fa fs-3 fa-chevron-right"></i>
<span></span>
<span class="position-absolute"
style="width: 60px; height: 60px;">
</span>
</button>
<div id="persistent-menu-container-content" class="d-none text-break">
<h2 class="title position-relative me-4" id="persistent-menu-label">
Expand Down

0 comments on commit be0b9ea

Please sign in to comment.