mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
[CL-586] Ensure story elements do not overflow due to wrapper border (#13348)
This commit is contained in:
@@ -12,7 +12,7 @@ export const positionFixedWrapperDecorator = (wrapper?: (story: string) => strin
|
|||||||
*/
|
*/
|
||||||
(story) =>
|
(story) =>
|
||||||
/* HTML */ `<div
|
/* HTML */ `<div
|
||||||
class="tw-scale-100 tw-h-screen tw-border-2 tw-border-solid tw-border-secondary-300 tw-overflow-auto"
|
class="tw-scale-100 tw-h-screen tw-border-2 tw-border-solid tw-border-secondary-300 tw-overflow-auto tw-box-content"
|
||||||
>
|
>
|
||||||
${wrapper ? wrapper(story) : story}
|
${wrapper ? wrapper(story) : story}
|
||||||
</div>`,
|
</div>`,
|
||||||
|
|||||||
Reference in New Issue
Block a user