Skip to content

Commit

Permalink
fix: retour design sidebar (#332)
Browse files Browse the repository at this point in the history
* fix: retour design sidebar

* fix: rename

* fix: replace offcanvas-top override with utility classes

---------

Co-authored-by: Marc Gavanier <marc.gavanier@gmail.com>
  • Loading branch information
abelkhay and marc-gavanier committed Aug 14, 2023
1 parent 2644973 commit c653e94
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div
class="offcanvas offcanvas-end"
class="offcanvas offcanvas-top offcanvas-end ms-auto h-auto"
[class.position-absolute]="isAbsolute && (expanded$ | async)"
[class.overflow-scroll]="isAbsolute"
[class.showing]="showing$ | async"
[class.show]="expanded$ | async"
[class.hiding]="hiding$ | async"
Expand Down

0 comments on commit c653e94

Please sign in to comment.