zulip/web
Sayam Samal 7744c8b264 actions_popover: Fix content overflowing when the max-width is defined.
The simplebar core documentation, recommends to not style the element
initalising the simplebar at all and use an inner element instead.

Following the recommendation, we move the max-width property from the
popover tippy options, to the `.simplebar-content` element via the
`--popover-menu-max-width` custom property.

While doing so, we also simplify the max-width to `350px`, since the
responsiveness for smaller screen is already been taked care of in the
shared popover styling.

This prevents the issue where the content overflows and gets hidden
instead of wrapping, when the width of the popover reaches the set
max width (if any).
2024-04-11 15:57:24 -07:00
..
e2e-tests registration: Ask user how they found Zulip. 2024-04-01 12:44:12 -07:00
generated
html
images portico: Remove screenshots from /apps. 2024-01-31 16:10:32 -08:00
server katex_server: Add Prometheus metrics. 2024-03-15 15:34:12 -07:00
shared actions_popover: Update icons for message actions menu options. 2024-04-11 15:57:24 -07:00
src actions_popover: Fix content overflowing when the max-width is defined. 2024-04-11 15:57:24 -07:00
styles actions_popover: Fix content overflowing when the max-width is defined. 2024-04-11 15:57:24 -07:00
templates popovers: Fix width discrepancies in popover menus. 2024-04-11 15:57:24 -07:00
tests hotkeys: Show Level 2 Shift key symbol for Shift key in popovers. 2024-04-11 15:57:24 -07:00
third web: Fix usage of .replace with variable replacement. 2024-04-05 09:11:23 -07:00
.browserslistrc
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2024-02-22 12:46:40 -08:00
debug-require-webpack-plugin.ts eslint: Fix @typescript-eslint/no-confusing-void-expression. 2023-12-21 16:14:40 -08:00
debug-require.js
postcss.config.js
webpack.assets.json registration: Ask user how they found Zulip. 2024-04-01 12:44:12 -07:00
webpack.config.ts popovers: Add hotkey hints support via a new handlebar template. 2024-04-11 15:57:24 -07:00
webpack.dev-assets.json