Skip to content

Commit

Permalink
docs: remove overflow-y-auto from drawer examples
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Nov 4, 2022
1 parent 3d4255d commit 16dabd8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/docs/src/routes/components/drawer.svelte.md
Expand Up @@ -49,7 +49,7 @@ You can check/uncheck the checkbox using JavaScript or using `<label>` tag.
</div>
<div class="drawer-side">
<label for="my-drawer" class="drawer-overlay"></label>
<ul class="menu p-4 overflow-y-auto w-60 md:w-80 bg-base-100 text-base-content">
<ul class="menu p-4 w-60 md:w-80 bg-base-100 text-base-content">
<li><a>Sidebar Item 1</a></li>
<li><a>Sidebar Item 2</a></li>
</ul>
Expand All @@ -65,7 +65,7 @@ You can check/uncheck the checkbox using JavaScript or using `<label>` tag.
</div>
<div class="$$drawer-side">
<label for="my-drawer" class="$$drawer-overlay"></label>
<ul class="$$menu p-4 overflow-y-auto w-80 bg-base-100 text-base-content">
<ul class="$$menu p-4 w-80 bg-base-100 text-base-content">
<!-- Sidebar content here -->
<li><a>Sidebar Item 1</a></li>
<li><a>Sidebar Item 2</a></li>
Expand All @@ -84,7 +84,7 @@ You can check/uncheck the checkbox using JavaScript or using `<label>` tag.
</div>
<div className="$$drawer-side">
<label htmlFor="my-drawer" className="$$drawer-overlay"></label>
<ul className="$$menu p-4 overflow-y-auto w-80 bg-base-100 text-base-content">
<ul className="$$menu p-4 w-80 bg-base-100 text-base-content">
<!-- Sidebar content here -->
<li><a>Sidebar Item 1</a></li>
<li><a>Sidebar Item 2</a></li>
Expand All @@ -103,7 +103,7 @@ You can check/uncheck the checkbox using JavaScript or using `<label>` tag.
</div>
<div class="drawer-side">
<label for="my-drawer-2" class="drawer-overlay"></label>
<ul class="menu p-4 overflow-y-auto w-60 md:w-80 bg-base-100 text-base-content">
<ul class="menu p-4 w-60 md:w-80 bg-base-100 text-base-content">
<li><a>Sidebar Item 1</a></li>
<li><a>Sidebar Item 2</a></li>
</ul>
Expand All @@ -119,7 +119,7 @@ You can check/uncheck the checkbox using JavaScript or using `<label>` tag.
</div>
<div class="$$drawer-side">
<label for="my-drawer-2" class="$$drawer-overlay"></label>
<ul class="$$menu p-4 overflow-y-auto w-80 bg-base-100 text-base-content">
<ul class="$$menu p-4 w-80 bg-base-100 text-base-content">
<!-- Sidebar content here -->
<li><a>Sidebar Item 1</a></li>
<li><a>Sidebar Item 2</a></li>
Expand All @@ -138,7 +138,7 @@ You can check/uncheck the checkbox using JavaScript or using `<label>` tag.
</div>
<div className="$$drawer-side">
<label htmlFor="my-drawer-2" className="$$drawer-overlay"></label>
<ul className="$$menu p-4 overflow-y-auto w-80 bg-base-100 text-base-content">
<ul className="$$menu p-4 w-80 bg-base-100 text-base-content">
<!-- Sidebar content here -->
<li><a>Sidebar Item 1</a></li>
<li><a>Sidebar Item 2</a></li>
Expand Down Expand Up @@ -171,7 +171,7 @@ You can check/uncheck the checkbox using JavaScript or using `<label>` tag.
</div>
<div class="drawer-side">
<label for="my-drawer-3" class="drawer-overlay"></label>
<ul class="p-4 overflow-y-auto menu w-60 md:w-80 bg-base-100">
<ul class="p-4 menu w-60 md:w-80 bg-base-100">
<li><a>Sidebar Item 1</a></li>
<li><a>Sidebar Item 2</a></li>
</ul>
Expand Down Expand Up @@ -202,7 +202,7 @@ You can check/uncheck the checkbox using JavaScript or using `<label>` tag.
</div>
<div class="$$drawer-side">
<label for="my-drawer-3" class="$$drawer-overlay"></label>
<ul class="$$menu p-4 overflow-y-auto w-80 bg-base-100">
<ul class="$$menu p-4 w-80 bg-base-100">
<!-- Sidebar content here -->
<li><a>Sidebar Item 1</a></li>
<li><a>Sidebar Item 2</a></li>
Expand Down Expand Up @@ -237,7 +237,7 @@ You can check/uncheck the checkbox using JavaScript or using `<label>` tag.
</div>
<div className="$$drawer-side">
<label htmlFor="my-drawer-3" className="$$drawer-overlay"></label>
<ul className="$$menu p-4 overflow-y-auto w-80 bg-base-100">
<ul className="$$menu p-4 w-80 bg-base-100">
<!-- Sidebar content here -->
<li><a>Sidebar Item 1</a></li>
<li><a>Sidebar Item 2</a></li>
Expand All @@ -257,7 +257,7 @@ You can check/uncheck the checkbox using JavaScript or using `<label>` tag.
</div>
<div class="drawer-side">
<label for="my-drawer-4" class="drawer-overlay"></label>
<ul class="menu p-4 overflow-y-auto w-60 md:w-80 bg-base-100 text-base-content">
<ul class="menu p-4 w-60 md:w-80 bg-base-100 text-base-content">
<li><a>Sidebar Item 1</a></li>
<li><a>Sidebar Item 2</a></li>
</ul>
Expand All @@ -273,7 +273,7 @@ You can check/uncheck the checkbox using JavaScript or using `<label>` tag.
</div>
<div class="$$drawer-side">
<label for="my-drawer-4" class="$$drawer-overlay"></label>
<ul class="$$menu p-4 overflow-y-auto w-80 bg-base-100 text-base-content">
<ul class="$$menu p-4 w-80 bg-base-100 text-base-content">
<!-- Sidebar content here -->
<li><a>Sidebar Item 1</a></li>
<li><a>Sidebar Item 2</a></li>
Expand All @@ -293,7 +293,7 @@ You can check/uncheck the checkbox using JavaScript or using `<label>` tag.
</div>
<div className="$$drawer-side">
<label htmlFor="my-drawer-4" className="$$drawer-overlay"></label>
<ul className="$$menu p-4 overflow-y-auto w-80 bg-base-100 text-base-content">
<ul className="$$menu p-4 w-80 bg-base-100 text-base-content">
<!-- Sidebar content here -->
<li><a>Sidebar Item 1</a></li>
<li><a>Sidebar Item 2</a></li>
Expand Down

0 comments on commit 16dabd8

Please sign in to comment.