mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
This commit addresses `#stream-creation .modal-footer` becoming transparent after an error in creating a stream due to overlapping with `.stream-creation-body`. Instead of adding data-simplebar on .stream-creation-body, added it to a new div `stream-creation-simplebar-container` which contains 3 divs: stream_create_info,stream_creating_indicator and stream-creation-body. Additionally, fixed the border-radius of the modal footer on the bottom left side for device width > $md_min. Fixes #25526 |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.js | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||