Skip to content

Commit a77fa8d

Browse files
authored
chore: move theme switcher to bottom/left (#4775)
1 parent 8ce383f commit a77fa8d

File tree

1 file changed

+2
-2
lines changed
  • packages/documentation-framework/components/example

1 file changed

+2
-2
lines changed

packages/documentation-framework/components/example/example.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272

7373
.ws-full-page-utils {
7474
position: fixed;
75-
right: 0;
76-
bottom: 0;
75+
inset-inline-start: 0;
76+
inset-block-end: 0;
7777
padding: var(--pf-t--global--spacer--lg);
7878
z-index: var(--pf-t--global--z-index--2xl);
7979
}

0 commit comments

Comments
 (0)