Graklinghunter / Hovertext-Css

My CSS files for use with Sidebery
MIT License
20 stars 3 forks source link

A bug on FIrefox 107? #2

Open 1human opened 1 year ago

1human commented 1 year ago

Seems sidebery has two layers on firefox 107 now I have set the root value like this :root { --sidebar-min-width: 20px; --sidebar-visible-width: 210px;

Sidebery can fold the sidebar to 20px properly but it will show a blank area (209--539px width on my laptop) under the sidebar...

Please help me... Thanks

Graklinghunter commented 1 year ago

Sorry for the late reply. Firefox 107 appears to have changed one of the properties my code applies. #sidebar should now be #sidebar-box when dealing with the width values. I'll update the .css file