microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.3k stars 837 forks source link

Scroll bars do not present in chrome, firefox, or edge #900

Open toddhaugen opened 5 years ago

toddhaugen commented 5 years ago

Describe the bug When working on a laptop with 1920x1080 resolution and browsers set to 100% on any page that exceeds 1080 there are no scroll bars present.

To Reproduce Steps to reproduce the behavior:

  1. Go to project settings or connection settings for Azure blob provider pages
  2. notice no scroll bars are available and you must tab between fields to get to the save button.

Expected behavior Scroll bars should be available on any page that exceeds the vertical space of the browser.

Screenshots image

SakaSaiTrinath commented 5 years ago

You can get scroll bars by adding a property in scss file. Add overflow: scroll; in &-main in .app class in src/App.scss file.

toddhaugen commented 5 years ago

I do not think I can set this value for the hosted version of VOTT can I?