aaranxu / adidoks

AdiDoks is a mordern documentation theme, which is a port of the Hugo theme Doks for Zola.
https://adidoks.org
MIT License
220 stars 80 forks source link

allow scroll to overflow #63

Open Vrixyz opened 8 months ago

Vrixyz commented 8 months ago

small fix to avoid a changing width when scroll appears

https://github.com/aaranxu/adidoks/assets/2290685/5d45cab1-159e-4072-9a5b-51a867547f45

TheV360 commented 8 months ago

using overflow: scroll; also causes space for a horizontal scrollbar to be allocated. maybe it should be changed to just overflow-y: scroll;?

other solutions?