Skip to content

Commit

Permalink
Slideover prevent-scroll (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordythevulder authored Jan 15, 2025
1 parent 943fb2d commit dede0f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lcobucci/clock": "^2.0|^3.2",
"lcobucci/jwt": "^4.0|^5.3",
"mailerlite/laravel-elasticsearch": "^11.1",
"rapidez/blade-components": "^1.0",
"rapidez/blade-components": "^1.4",
"rapidez/blade-directives": "^1.0",
"tormjens/eventy": "^0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@stack('head')
@config('design/head/includes')
</head>
<body class="text antialiased">
<body class="text antialiased has-[.prevent-scroll:checked]:overflow-clip">
<div id="app" class="flex flex-col min-h-dvh">
@includeWhen(!request()->routeIs('checkout'), 'rapidez::layouts.partials.header')
@includeWhen(request()->routeIs('checkout'), 'rapidez::layouts.checkout.header')
Expand Down

0 comments on commit dede0f2

Please sign in to comment.