Closed manzerbredes closed 1 year ago
Are you used code boostrap or CSS any other language framework library add?
I agree, this should not happen. Afaik in the original Doxygen the sidebar handle would have some width, so it cannot get stuck. A minimum sidebar width would be a good workaround :+1:.
This should fix it for now:
#side-nav {
min-width: 45px;
}
I'll try to provide an official fix soon.
Hello, here is the problem: At some point, by mistake, I resized the sidebar to its minimum size. Problem is, I am not having access to the sidebar anymore with the mouse pointer. Even after refreshing the web page (due to the web browser cache I believe). Maybe having a minimum size for the sidebar can solve the problem? Thank you for the great work.