We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8f6a2 commit eee5fc5Copy full SHA for eee5fc5
src/app/index.scss
@@ -31,3 +31,8 @@ h6 {
31
border-radius: var(--ifm-button-border-radius) !important;
32
}
33
34
+
35
+.theme-back-to-top-button {
36
+ // The PushFeedback button is positioned in the same place, so we need to move the "back to top" button higher
37
+ bottom: 3.5rem !important;
38
+}
src/features/feedback/doc/index.tsx
@@ -55,7 +55,7 @@ export function FeedbackWidget({ projectId }: { projectId: string }) {
55
rating-stars-placeholder={translate({
56
id: "features.feedback-doc.rating-stars-placeholder",
57
})}
58
- button-position="center-right"
+ button-position="bottom-right"
59
button-style="dark"
60
modal-position="bottom-right"
61
custom-font="true"
0 commit comments