Open Closed

Layout error scroll beyond footer #8966


User avatar
0
lizhaofeng created
  • ABP Framework version: v9.1.0

  • UI Type: MVC

  • Database System: EF Core

  • Tiered (for MVC) or Auth Server Separated (for Angular): no

  • Exception message and full stack trace:

When scrolling to the bottom of any page, an exception occurs with the footer display.

https://github.com/abpframework/abp/issues/22173
image.png

  • Steps to reproduce the issue:
    1.Create a new project
    abp new Acme.BookStore -dbms SQLite -m none --theme leptonx -csf
    2.Run


5 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Try to add the below style to /wwwroot/global-styles.css

    .ps__rail-x, .ps__rail-y {
      display: none;
    }
    

    This will be fixed in next lepton version.

    Thanks.

  • User Avatar
    0
    lizhaofeng created

    hi maliming

    Not resolved after the modification

    image.png

    image.png

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You can check the ps__rail-y element. it should have the display: none style.

    Make sure the styles are loaded by page.

    .ps__rail-x, .ps__rail-y {
      display: none;
    }
    

    image.png

  • User Avatar
    0
    lizhaofeng created

    Add the following style to resolve.
    It was missing a ,

    .ps__rail-x, .ps__rail-y {
      display: none;
    }
    

    image.png

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    great! 👍

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 13, 2025, 04:08