In this article we will create responsive two columns layout using lighting web component. Suppose the you are having the many lighting-input fields and you want to add scroll and show other fields in the scrollable layout.
We are going to create a form with fix height in lwc using slds-grid.
As you see in the above image we have having the Employee Information form with two columns , we are also having the Save and Clear button at center.
Here is the code to create two column scrollable layout with fix height using LWC.
Employee Information
I hope you have learnt something new today.