Skip to content

Commit bcb065f

Browse files
committed
fix: update class overflow:overlay to overflow:auto
1 parent d005f26 commit bcb065f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1 id="new" class="background:green">testing</h1>
7474

7575
<!--<cocreate-select class="sortable floating-label" attribute="style" attribute-target="#new" name="selectField4" placeholder="Single Options">-->
7676
<!-- <input class="option-search" placeholder="Search">-->
77-
<!-- <ul class="options overflow:overlay">-->
77+
<!-- <ul class="options overflow:auto">-->
7878
<!-- <cc-option class="option" value="background:green;">-->
7979
<!-- <h3>background:green;</h3>-->
8080
<!-- </cc-option>-->
@@ -91,7 +91,7 @@ <h1 id="new" class="background:green">testing</h1>
9191
<!--</cocreate-select>-->
9292
<!--<cocreate-select class="floating-label" attribute="style" attribute-target="#new" name="selectField4" multiple placeholder="Single Options">-->
9393
<!-- <input class="option-search" placeholder="Search">-->
94-
<!-- <ul class="options overflow:overlay">-->
94+
<!-- <ul class="options overflow:auto">-->
9595
<!-- <cc-option class="option" value="background:green;">-->
9696
<!-- <h3>background:green;</h3>-->
9797
<!-- </cc-option>-->

0 commit comments

Comments
 (0)