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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')

View File

@ -1,12 +1,12 @@
<!DOCTYPE html>
<html dir="{{ language()->direction() }}" lang="{{ app()->getLocale() }}">
<html dir="{{ language()->direction() }}" lang="{{ app()->getLocale() }}" class="overflow-hidden">
<x-layouts.install.head>
<x-slot name="title">
{!! !empty($title->attributes->has('title')) ? $title->attributes->get('title') : $title !!}
</x-slot>
</x-layouts.install.head>
<body class="overflow-hidden">
<body>
@stack('body_start')
<div class="h-screen lg:h-auto bg-no-repeat bg-cover bg-center" style="background-image: url({{ asset('public/img/auth/login-bg.png') }});">