Skip to content

Commit

Permalink
Merge pull request #47 from awcodes/fix/safari-float-bug
Browse files Browse the repository at this point in the history
Fix: Safari bug where menu needs to be telported
  • Loading branch information
awcodes authored Apr 19, 2024
2 parents 7dcc6c8 + 53777ea commit cb7f4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/create-menu.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="quick-create-component">
@if ($resources && $this->shouldBeHidden() === false)
<x-filament::dropdown placement="bottom-end">
<x-filament::dropdown placement="bottom-end" :teleport="true">
<x-slot name="trigger">
<button
@class([
Expand Down

0 comments on commit cb7f4e6

Please sign in to comment.