vixen-project / vixen

ViXeN is a multimedia viewer, metadata extractor and annotator.
https://vixen.readthedocs.io
Other
15 stars 8 forks source link

Improve CSS for scrolling behavior of side panel. #32

Closed prabhuramachandran closed 5 years ago

prabhuramachandran commented 5 years ago

When there are many tags which are larger than a full page, the scrolling would scroll the entire page -- including the view on the right side which was annoying. This minor CSS change scrolls the left panel independently of the right side.

codecov-io commented 5 years ago

Codecov Report

Merging #32 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #32   +/-   ##
=======================================
  Coverage   88.19%   88.19%           
=======================================
  Files           9        9           
  Lines        1584     1584           
  Branches      276      276           
=======================================
  Hits         1397     1397           
- Misses        120      122    +2     
+ Partials       67       65    -2
Impacted Files Coverage Δ
vixen/vixen.py 88% <0%> (-0.41%) :arrow_down:
vixen/processor.py 90.25% <0%> (+0.84%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b9d1e57...7d3891b. Read the comment docs.