Skip to content

Commit

Permalink
Fix ModalDismissButton appearance in the doc (#5764)
Browse files Browse the repository at this point in the history
The button dissapeared from the screen after
b5aa644

Because we started to rely on the .PopoutWrapper__content position
relative, but the with of PopoutWrapper is the whole screen.
  • Loading branch information
mendrew authored and actions-user committed Sep 11, 2023
1 parent 5ac27d5 commit 5e75ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vkui/src/components/ModalDismissButton/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const CustomPopout = ({ onClose }) => {
style={{
backgroundColor: 'var(--vkui--color_background_content)',
borderRadius: 8,
position: 'relative',
padding: '12px',
}}
>
Expand Down

0 comments on commit 5e75ab7

Please sign in to comment.