I am using the following _layout and css file given below to create sidebar navigation. But when I shrink the page in to 548X725px , all the input textbox control right edge is not visible in full. I have given the image given below. The problem is coming
after adding the dropdown control for VehicleTypeList. Please can you help to fix. I assume , it is the problem with my _layout html for side bar navigation
ASP.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today. Learn more >
Member
414 Points
1342 Posts
please can you help to fix my bootstrap form resize problem
Jun 15, 2020 01:03 PM|polachan|LINK
Hi
I am using the following _layout and css file given below to create sidebar navigation. But when I shrink the page in to 548X725px , all the input textbox control right edge is not visible in full. I have given the image given below. The problem is coming after adding the dropdown control for VehicleTypeList. Please can you help to fix. I assume , it is the problem with my _layout html for side bar navigation
https://drive.google.com/file/d/1bkWIdOVdTGuHdi7UCucxLbmY3uWoVTKR/view?usp=sharing
my code
_Layout.cshtml
simple-sidebar.css
Vehicle form
All-Star
58484 Points
15810 Posts
Re: please can you help to fix my bootstrap form resize problem
Jun 15, 2020 03:14 PM|bruce (sqlwork.com)|LINK
You didn’t leave a right margin for the scroll bar and set overflow x to hidden.
Contributor
2400 Points
759 Posts
Re: please can you help to fix my bootstrap form resize problem
Jun 16, 2020 07:43 AM|XuDong Peng|LINK
Hi, polachan
According to your description, whether the scroll bar that appears due to zooming the page will interfere with other controls on the page.
If this is the case, I suggest you could consider setting the width of each line in the form.
Just like this:
More details, you could refer Responsive Web Design Images.
Best regards,
Xudong Peng