Skip to content

Commit

Permalink
Merge pull request #433 from hydephp/388-fix-documentation-page-flick…
Browse files Browse the repository at this point in the history
…ering

Add x-cloak to fix #388 documentation page flickering hydephp/develop@f468da2
  • Loading branch information
github-actions committed Aug 27, 2022
1 parent 149e954 commit 0c5e9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/docs/sidebar-backdrop.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div id="sidebar-backdrop" x-show="sidebarOpen" x-transition @click="sidebarOpen = false"
<div id="sidebar-backdrop" x-cloak="" x-show="sidebarOpen" x-transition @click="sidebarOpen = false"
title="Click to close sidebar" class="w-screen h-screen fixed top-0 left-0 cursor-pointer z-10 bg-black/50">
</div>

0 comments on commit 0c5e9cd

Please sign in to comment.