Skip to content

Commit

Permalink
explicitly set body to relative position
Browse files Browse the repository at this point in the history
  • Loading branch information
vleague2 committed Oct 30, 2024
1 parent 1ff0af0 commit b011568
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const config: StorybookConfig = {
return config;
},
docs: {},
previewBody: (body) => `<div id="ng-select-append-target">${body}</div>`,
};

export default config;
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<title>Bitwarden</title>
<base href="" />
</head>
<body class="ng-select-append-target">
<body class="ng-select-append-target tw-relative">
<app-root>
<div id="loading"><i class="bwi bwi-spinner bwi-spin bwi-3x" aria-hidden="true"></i></div>
</app-root>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="#175DDC" />
<link rel="manifest" href="manifest.json" />
</head>
<body class="layout_frontend ng-select-append-target">
<body class="layout_frontend ng-select-append-target tw-relative">
<app-root>
<div class="tw-p-8 tw-flex">
<img class="new-logo-themed" alt="Bitwarden" />
Expand Down

0 comments on commit b011568

Please sign in to comment.