Christian Memije
Christian Memije
`td-menu-content` has a set max-height of `50vh`. We need to either increase that or remove it as it might be too restrictive. See https://github.com/Teradata/vantage-ui-platform/pull/99 for more context. https://github.com/Teradata/covalent/blob/develop/src/platform/core/menu/menu.component.scss#L41
#### Feature Request Use resize observers to make components truly responsive. Avoid usage of timers/intervals and window resize events to trigger resize.
From https://github.com/Teradata/covalent/pull/1727#discussion_r403282019 Currently markdown and childrenUrl are requested on every navigation. We could potentially cache these to avoid duplicate requests.
### Do you want to request a *feature* or report a *bug*? #### Feature Request Create a LaTeX component that can be used to render LaTeX and also be used...
#### Bug Report Animations are choppy in Safari. I am using Safari 12.0.2. #### Steps to reproduce - Open https://teradata.github.io/covalent/#/components/animations in Safari - Toggle sample animations. ##### Screenshots or link...