NPellet / visualizer

Other
42 stars 24 forks source link

twig and scroll bar #1020

Closed lpatiny closed 7 years ago

lpatiny commented 7 years ago

On the view:

https://github.com/NPellet/visualizer/blob/master/src/modules/types/display/template-twig/view.js#L26

I have scroll bars that are displayed

By removing the height 100% it could solve the problem

https://github.com/NPellet/visualizer/blob/master/src/modules/types/display/template-twig/view.js#L26

But I don't know if this would be general

targos commented 7 years ago

usually height: 99% fixes this kind of issues

targos commented 7 years ago

or maybe try to use util.getSafeElement ? I think it was created to avoid the 99% hack

lpatiny commented 7 years ago

It may be due to my css. I close this ticket for the moment.