make actionButton sticky
Signed-off-by: GretaD <gretadoci@gmail.com>
This commit is contained in:
parent
a958eacd9c
commit
5fa31f1335
|
@ -595,6 +595,11 @@ span.usersLastLoginTooltip {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.userActions {
|
||||||
|
position: sticky;
|
||||||
|
right: 50px;
|
||||||
|
z-index: 110;
|
||||||
|
}
|
||||||
.userActions input {
|
.userActions input {
|
||||||
width: 44px;
|
width: 44px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
|
@ -1402,6 +1407,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
||||||
}
|
}
|
||||||
.userActions {
|
.userActions {
|
||||||
min-width: 44px;
|
min-width: 44px;
|
||||||
|
position: sticky;
|
||||||
|
right: 50px;
|
||||||
|
z-index: 109;
|
||||||
}
|
}
|
||||||
.subtitle {
|
.subtitle {
|
||||||
color: var(--color-text-maxcontrast);
|
color: var(--color-text-maxcontrast);
|
||||||
|
|
Loading…
Reference in New Issue