jech / galene

The Galène videoconference server
https://galene.org
MIT License
900 stars 119 forks source link

Weird behavior of the scroll-bar appearing when opening the right control panel #108

Closed MisterDA closed 2 years ago

MisterDA commented 2 years ago

When opening the right control panel, a scroll-bar appears right of it to allow to discover all the switches. It appears even if the window's height is important enough to contain all the elements. Maybe the scroll-bar could be hidden in that case? For now, the behavior is just that the browser will disable the slider. Also, the "logout" button isn't well positioned w.r.t that scroll-bar. Often, it is just hidden behind it.

galene

My CSS-fu is really bad, I'll just cc- @takdj ;) if you have an idea.

UnSeulT commented 2 years ago

To avoid scrollbar if not necessary : In galene.css, change line 995 to : overflow-y: auto;

To fix the "logout" button under the scrollbar: in galene.css, remove the rule starting at line 51 :

.profile {
    width: 230px;
}

Made a PR for this #109

jech commented 2 years ago

Closed in 7aefb5e9699eaa83111b0a8f49aa249e69541db8