remove absolute positioning from toggle width component

- it now sits beneath the product switcher
This commit is contained in:
nick-livefront 2024-04-17 12:02:37 -05:00
parent 30f0ce3b81
commit 7b1920fdd0
No known key found for this signature in database
GPG Key ID: FF670021ABCAB82E
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import { NavigationModule } from "@bitwarden/components";
text="Toggle Width"
icon="bwi-bug"
*ngIf="isDev"
class="tw-absolute tw-bottom-0 tw-w-full"
class="tw-w-full"
(click)="toggleWidth()"
></bit-nav-item>`,
standalone: true,