paulremo / NRPMHandbook

Repository to store and track the development on the ADS/Matrisk project for developing a jupyter book of the NRPM handbook.
Other
1 stars 1 forks source link

The astronaut in failure rate processing is not visible in certain screen sizes. #68

Closed paulremo closed 2 years ago

paulremo commented 2 years ago

Make the astronaut in 10.1. Failure rate processing visible on all screen sizes. This is related to #25.

Another option would be to add short tooltips (e.g., a couple of words as the gist of the text displayed by the astronaut)

paulremo commented 2 years ago

@csxADS will modify the astronaut message to stick to the top of the page when scrolling. The automatic height adjustment of the iframe (#3) will have to be disabled on this page to accommodate this.

csxADS commented 2 years ago

Done but can't see results

paulremo commented 2 years ago

What do you mean? Can you be a bit more specific?

csxADS commented 2 years ago

The files are up to date in NRPMInteractivity but the website still displays the previous interface

paulremo commented 2 years ago

A fix was proposed in 7caac5ec0f84a582073a4b9b2bc6acc76bef8bae. @csxADS: On Chrome (not Firefox) the moving astronaut causes a distracting flickering of the vertical scrollbar. According to the CSS rules for ext_content defined inside myiframes.css the bar should not be visible in the first place. Do you think there is a way to hide the bar properly?

csxADS commented 2 years ago

You can set the css property "overflow-y: hidden" to the iframe, it should work

csxADS commented 2 years ago

overflow-x *

paulremo commented 2 years ago

@csxADS did you fix this? I see that you modified something in a27466f9c70b8f964846e10f6c6a8e13ded36ee8, but the vertical scrollbar is still visible.

paulremo commented 2 years ago

Done! Thanks :)