question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mobile screen issue with prod build

See original GitHub issue

After taking a clone of the master branch and running npm build --prod run the dist folder with http-server dist the UI on the mobile screen gets distorted as unwanted scrolling occurs vertically and horizontally here are the login page and dashboard page.

ngx-admin Screenshot from 2021-11-18 11-07-43

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:8
  • Comments:12

github_iconTop GitHub Comments

4reactions
IshtSharmacommented, Nov 23, 2021

I also facing this issue. Please help with the solution.

1reaction
anantrpcommented, Feb 26, 2022

@lorenzochaudessolle it needs to go in body, at the bottom of your style.scss or inside @mixin nb-overrides() in your _override.scss you need to add the following :

  body {
    min-width: initial!important;
  }

hope this resolves your issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Touchscreen Not Working? 7 Tips, Fixes, and ...
Press and hold the Power button to display the power menu, then tap Restart if you're able.
Read more >
Blank screen when using --prod and --release to build Ionic 3 ...
1 - I spent 5 days struggling on this problem to find out that this target was causing this annoying blank screen. I...
Read more >
Only prod Instance build stays white after the splash screen
*This apk is working fine without giving any issues. But when try to output a production build, while building it gives no errors,...
Read more >
Solved: Re: creating now mobile screen - ServiceNow Community
Hi Fromsee, Good Day! Mobile screens (earlier known as Applets) are stored in a table named sys_sg_screen. So, if your requirement is to...
Read more >
How to fix Galaxy android phone screen flickering or flashing
Troubleshoot your issue and book a repair. Need help with your product? Try our online troubleshooter to resolve the problem. If it hasn't...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found