cpu-scheduling-algorithms icon indicating copy to clipboard operation
cpu-scheduling-algorithms copied to clipboard

Adding a Horizontal Scroll Bar for the Main Table

Open johnzarnowski opened this issue 4 years ago • 1 comments

Before this change, when the window size was changed to have a horizontal size smaller than the main table, the table wouldn't resize itself in any way to be able to appear on the screen. After this change, when the window size is changed to have a horizontal size smaller than the main table, the table will have a horizontal scroll bar that can be used to view any parts of the table that can't be viewed in the window at one time.

johnzarnowski avatar Apr 20 '21 04:04 johnzarnowski

@johnzarnowski can you add a class and add the style in css file for ocnsistency. And also you need to add width property as scroll is not working.

vasu-gondaliya avatar Apr 20 '21 05:04 vasu-gondaliya