Update overflowing problem

This commit is contained in:
merve karaman
2023-08-25 11:26:30 +03:00
committed by GitHub
parent 3e61b33811
commit e7f803c308
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html dir="{{ language()->direction() }}" lang="{{ app()->getLocale() }}">
<html dir="{{ language()->direction() }}" lang="{{ app()->getLocale() }}" class="overflow-hidden">
<x-layouts.auth.head>
<x-slot name="title">
{!! !empty($title->attributes->has('title')) ? $title->attributes->get('title') : $title !!}
@ -9,7 +9,7 @@
@mobile
<body class="bg-body">
@elsemobile
<body class="bg-body overflow-y-overlay overflow-hidden">
<body class="bg-body overflow-y-overlay">
@endmobile
@stack('body_start')