Files
nextcloud-spreed/css
Daniel Calviño Sánchez a0f9c6255e Fix Talk sidebar overlapping the PDF viewer
The iframe of the PDF viewer is shown with an absolute position and full
width and height, so it takes the size of the first parent with a
relative or fixed position. That parent was the main content element,
which is also a parent of the sidebar and therefore its size includes
it, so the iframe filled the content and extended behind the sidebar.
To solve that now a relative position is set for #app-content, which is
a sibling of the sidebar and therefore prevents the iframe from
overlapping it.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-07 16:36:39 +02:00
..
2022-07-12 12:18:57 +02:00
2022-07-12 10:16:02 +02:00