Update overflowing problem
This commit is contained in:
parent
3e61b33811
commit
e7f803c308
@ -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')
|
||||
|
@ -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') }});">
|
||||
|
Loading…
x
Reference in New Issue
Block a user