Skip to content

Commit 61d08fb

Browse files
authored
fix: Fix global drawer header action buttons alignment in Safari (#3566)
1 parent 8a95b89 commit 61d08fb

File tree

1 file changed

+2
-2
lines changed
  • src/app-layout/visual-refresh-toolbar/drawer

1 file changed

+2
-2
lines changed

src/app-layout/visual-refresh-toolbar/drawer/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ $drawer-resize-handle-size: awsui.$space-m;
206206
> .drawer-actions {
207207
position: absolute;
208208
display: flex;
209-
align-self: flex-start;
210-
justify-self: flex-end;
209+
inset-block-start: 0;
210+
inset-inline-end: 0;
211211
padding-inline-end: awsui.$space-m;
212212
padding-block-start: constants.$toolbar-vertical-panel-icon-offset;
213213
}

0 commit comments

Comments
 (0)