Fix regression my-account menu overflow-x on screen width < 800px (#2707)
authorKim <1877318+kimsible@users.noreply.github.com>
Mon, 11 May 2020 09:12:58 +0000 (11:12 +0200)
committerGitHub <noreply@github.com>
Mon, 11 May 2020 09:12:58 +0000 (11:12 +0200)
commit8544d8f561f6cd630973da041f36e46500fe95b7
tree8a5b82d3e4b65308ce6584993cb3507450277f94
parent70afd522ba3fc08fd407f622aad0f15e8e88b249
Fix regression my-account menu overflow-x on screen width < 800px (#2707)

* Fix: correct my-account menu overflow-x on touchscreens

* Add menuLeftDisplayed support for account-sub-menu

* Handle menu in screen service + clean top-menu-dropdown

* Add comment on menuWidth menu service to allow backtracking

Co-authored-by: Rigel Kent <par@rigelk.eu>
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Co-authored-by: Rigel Kent <par@rigelk.eu>
client/src/app/core/menu/menu.service.ts
client/src/app/shared/menu/top-menu-dropdown.component.html
client/src/app/shared/menu/top-menu-dropdown.component.ts
client/src/app/shared/misc/screen.service.ts
client/src/sass/application.scss