taiga-family / taiga-ui

Angular UI Kit and components library for awesome people

Home Page:https://taiga-ui.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐞 - scrolls overlap each other

splincode opened this issue Β· comments

Playground Link

https://business.tinkoff.ru/

Description

It turns out that when there are many applications on the page, the scrolls overlap each other

image image

Angular version

latest

Taiga UI version

latest

Which browsers have you used?

  • Chrome
  • Firefox
  • Safari
  • Edge

Which operating systems have you used?

  • macOS
  • Windows
  • Linux
  • iOS
  • Android

People can hide those scrolls by using CSS: .not-main-app tui-root > tui-scroll-controls { display: none; }, I don't think we should do anything more here, because each app most likely does not know it's not the only one and the orchestrator does not have access to tui-root of child app to set some input. Maybe we can add some DI token to abstract away knowledge of internal structure of tui-root > tui-scroll-controls, but I don't think it's worth it, at least for now.