v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
645 stars 58 forks source link

html div position fixed bug? #242

Closed internet-police closed 1 year ago

internet-police commented 1 year ago

Hello i was just playing around with the html options, i wanted a fixed div that is always visible on the top:

<div style="position: fixed;background: #336699;  width: 100%;  height: 200px; top: 0;  right: 0;">

and a second div with just a long text

however when i set the position to fixed for the first div, i can no longer scroll down the second div and i cannot read the full text

internet-police commented 1 year ago

nevermind, it works i was doing it wrong or something