Skip to content

Commit

Permalink
chore(ui5-popover): fix samples (#9372)
Browse files Browse the repository at this point in the history
The height of the sample is enlarged in order to avoid scrollbar
in the popover shown to bottom of the button.
  • Loading branch information
LidiyaGeorgieva authored Jul 2, 2024
1 parent 13f87f5 commit 865435d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body style="background-color: var(--sapBackgroundColor)">
<style>
body {
height: 400px;
height: 420px;
}

.popover-content {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body style="background-color: var(--sapBackgroundColor)">
<style>
body {
height: 400px;
height: 420px;
}

.popover-content {
Expand Down

0 comments on commit 865435d

Please sign in to comment.