Page 1 of 1

Missing scroolbar on the menu

Posted: 23 Jul 2020, 10:49
by FairKing
When menu height is greater than the screen no scroolbar available. So users cannot reach the bottom part of the menu. Please see the screensot.

Image

Re: Missing scroolbar on the menu

Posted: 23 Jul 2020, 11:16
by FairKing
Temporary fix:

Code: Select all

.layout-wrapper {
	&.layout-static, &.layout-overlay {
		.layout-menu-container {
			overflow: auto;

			.layout-menu-content {
				margin-bottom: 55px;
			}
		}
	}
}
I could not manage to fix the .layout-slim one.

Re: Missing scroolbar on the menu

Posted: 17 Aug 2020, 14:31
by merve7
Hi,
So sorry for the delay. We are worked on updates. Does the problem still exist? (Apollo 2.0.0)