1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to remove doubled y-scrolling without content hidden?

Discussion in 'HTML & Website Design' started by mstdmstd, Mar 12, 2021.

  1. #1
    Hello,
    In laravel 5.8 / bootstrap 4.1. app I have pages with doubled y scrolling : https://prnt.sc/10jf83i
    and I try to remove scrolling of the page(internal scrolling)

    In app/views/layout/member.blade.php I have :

    <body>
    @include('elements.member_header')
    @yield('content')
    @include('elements.member_footer')
    <script> public(); </script>
    @yield('scripts')
    </body>
    HTML:

    and in page.blade.php :
    @extends('layout.app')
    @section('title', $title)
    @section('description', $description)
    @section('content')
    <div class="member-wrapper" id="member-content">
    @include('elements.member_sidebar')
    <div class="content-wrapper">
    <div class="single-page">
    <div class="pages-heading">
    <h2>@lang('member.profile')</h2>
    </div>
    PHP:
    If I try to salve with definition :

        <div class="content-wrapper" style="overflow-y: hidden !important;">
    HTML:
    Then bottom of the page is hidden in case in dynamic content of the page is big in height.

    Any hints if there is a way to salve it ?

    Thanks!
     
    mstdmstd, Mar 12, 2021 IP
  2. mstdmstd

    mstdmstd Well-Known Member

    Messages:
    130
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    123
    #2
    To check live : please register at site https://staging.gotoconsult.com
    and after that open profile page under your credentials
    and check this error : https://prnt.sc/10jhpe9
    This project was not started by me - I continue work with it after other developers.
    Thanks!
     
    mstdmstd, Mar 12, 2021 IP