mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: use position: fixed to set UI components of feedback.
This commit is contained in:
parent
d0132ef61d
commit
9c0a5b4c12
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
.user-feedback {
|
.user-feedback {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
background: var(--ifm-background-color);
|
background: var(--ifm-background-color);
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
border: var(--ifm-global-border-width) solid var(--unleash-color-gray);
|
border: var(--ifm-global-border-width) solid var(--unleash-color-gray);
|
||||||
@ -211,7 +211,7 @@ button.close-button {
|
|||||||
padding-block: var(--ifm-spacing-vertical);
|
padding-block: var(--ifm-spacing-vertical);
|
||||||
border-radius: 0 var(--ifm-global-radius) var(--ifm-global-radius) 0;
|
border-radius: 0 var(--ifm-global-radius) var(--ifm-global-radius) 0;
|
||||||
border: none;
|
border: none;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
bottom: 25vh;
|
bottom: 25vh;
|
||||||
right: 0;
|
right: 0;
|
||||||
writing-mode: vertical-lr;
|
writing-mode: vertical-lr;
|
||||||
|
Loading…
Reference in New Issue
Block a user