docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

Fixes #2024 by adding navigation scrollbar

Open lacek opened this issue 6 years ago • 0 comments

CSS rules are added to introduce scrollbar to the navigation menu when it overflow the screen.

However, the Quick Search section would then always stick to the bottom left, even when the navigation list is short. Thus the Javascript is added to restore actual navigation height. I cannot think of a way to work around without Javascript. Suggestion is welcomed.

To prevent having any future change in alabaster theme that is incompatible with this customisation, the version of the theme is frozen. Theme updates will need to be done manually by changing the requirements file.

lacek avatar Jul 11 '19 08:07 lacek