@extends('layout.default', ['appClass' => 'app-content-full-height']) @section('title', 'Full Height') @push('scripts') @endpush @section('content')

Full Height page header description goes here...


Add the .app-content-full-height css class to .app container for full height page setting.

<div id="app" class="app  app-content-full-height">
  ...
</div>
Content Area with scrollbar. Try to scroll down.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

You got the bottom
@endsection