aboutsummaryrefslogtreecommitdiff
path: root/360/index.md
blob: a86a5a8071fca21d70eb6cd5ede8b0c81e676e40 (plain)
1
2
3
4
5
6
7
8
Title: Fix text under scrollbar on the left
Author: rodarima
Created: Thu, 27 Feb 2025 23:12:19 +0000
State: closed

When the page is first layouted, we can then determine if the vertical scrollbar needs to be present. When the vertical scrollbar is on the left side, the whole content needs to be shifted to the right, so we need to allocate the top level widget again. The current fix simply marks the top level widget for allocation.

Fixes: https://github.com/dillo-browser/dillo/issues/359