- ABP Framework version: v6.0.1
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
So I am working on an existing project and had to change the theme from Lepton to Lepton-x I followed this https://docs.abp.io/en/commercial/latest/themes/lepton-x/mvc
However I found and issue where the side menu scrolling is not present and the scrolling on the main content does not work. After some checking I found that the
<div class="lpx-sidebar" id="lpx-sidebar">
is missing "lpx-scroll-container" .
I Might be wrong for the cause but all i know that the scrolling mechanism is messing with the scroll bar within the content.
another weird part is why the "lpx-wrapper" is within "lpx-scroll-container", it is makes sense to have it for side Menu but doing that makes any scrollbar inside "lpx-content-container" unusable.
6 Answer(s)
-
0
Hi,
The problem was fixed: https://github.com/abpframework/abp/issues/13023
You can try upgrading to the latest version(abp 7.0.2 & themex 2.0.2)
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
At the moment we can't upgrade to the latest version yet. Is there an updated version of Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX ? the current version we use is "1.0.0-beta.2".
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
2.0.2 based on ABP 7.0.0
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
