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.
does ABP provide localisation infos to format currency?
You need to implement it yourself.
do you have any sample where this is implemented?
Hi, does ABP provide localisation infos to format currency? I found abp.localisation that provides the current culture but it lacks information to format using this function "Intl.NumberFormat"
Regards,
Hi,
Thanks for the reply, unfortunately I am looking for the isolation instead of bundling for global use. does ABP has a feature for that? the provided link does not do the css specific to 1 .cshtml
Regards,
Hi guys i tried to implement css isolation like in this example https://asp.net-hacker.rocks/2021/05/10/aspnetcore6-08-css-isolation.html so i created index.cshtml & index.cshtml.css, but i can't find _layout.cshtml to include it in the bundle. can someone guide me?
Thanks.