-
Notifications
You must be signed in to change notification settings - Fork 0
Description
If you hover over the left edge of the map, a thin green vertical bar appears and the pointer icon changes to indicate that it's draggable. In the HTML, this bar element has class="resize-handle". If you try to drag the bar right (the only direction you can, given its location) it doesn't move, but instead the width of question panel on the right side of the screen increases (slightly less than doubles). This seems to be a single resize/transition trigger and doesn't depend on "how far" you try to drag the "resize-handle" bar. There is then no way to decrease the width of the question panel after this other than fully reloading the page. The "resize-handle" bar appears only if the lecture menu is collapsed, but dragging it changes the question panel's width whether the question panel is expanded or collapsed at the time.
It's not clear what the intended behavior here is.