Skip to content

Commit

Permalink
fix: update class overflow:overlay to overflow:auto
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jan 16, 2022
1 parent 4812e37 commit 94158ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/CoCreate-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- <div class="circle"></div>-->
<!-- <div class="circle"></div>-->
<!--</a>-->
<ul class="overflow:overlay display:inline-flex direction:rtl width:100% font-size:20px align-items-center list-style-type-none">
<ul class="overflow:auto display:inline-flex direction:rtl width:100% font-size:20px align-items-center list-style-type-none">
<li class="margin-right:15px">
<a class="btn-modal-close"><i class="fas fa-times"></i></a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion demo/CoCreate-navbar.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</a>

<!-- Horizontal Scroll Nav/Tabs -->
<ul class="overflow:overlay display:inline-flex direction:rtl font-size:20px align-items-center list-style-type-none width:100% height:50px">
<ul class="overflow:auto display:inline-flex direction:rtl font-size:20px align-items-center list-style-type-none width:100% height:50px">

<!-- Fullscreen toogle and icon transform -->
<li class="margin-right:15px">
Expand Down
2 changes: 1 addition & 1 deletion demo/CoCreate-navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</a>

<!-- Horizontal Scroll Nav/Tabs -->
<ul class="overflow:overlay display:inline-flex direction:rtl font-size:20px align-items-center list-style-type-none width:100% height:50px">
<ul class="overflow:auto display:inline-flex direction:rtl font-size:20px align-items-center list-style-type-none width:100% height:50px">

<!-- Fullscreen toogle and icon transform -->
<li class="margin-right:15px">
Expand Down
2 changes: 1 addition & 1 deletion demo/CoCreate-smooth-scroll.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</a>

<!-- Horizontal Scroll Nav/Tabs -->
<ul class="overflow:overlay display:inline-flex direction:rtl font-size:20px align-items-center list-style-type-none width:100% height:50px">
<ul class="overflow:auto display:inline-flex direction:rtl font-size:20px align-items-center list-style-type-none width:100% height:50px">

<!-- Fullscreen toogle and icon transform -->
<li class="margin-right:15px">
Expand Down

0 comments on commit 94158ff

Please sign in to comment.