mirror of
https://github.com/penpot/penpot.git
synced 2026-09-12 06:58:57 +00:00
🐛 Fix invite members UI modal (#8032)
This commit is contained in:
parent
7b2271ec38
commit
b8efd2518d
@ -315,7 +315,8 @@
|
|||||||
gap: deprecated.$s-4;
|
gap: deprecated.$s-4;
|
||||||
max-height: deprecated.$s-136;
|
max-height: deprecated.$s-136;
|
||||||
padding: deprecated.$s-4 0;
|
padding: deprecated.$s-4 0;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
|
|
||||||
.selected-item {
|
.selected-item {
|
||||||
.around {
|
.around {
|
||||||
@include deprecated.flexRow;
|
@include deprecated.flexRow;
|
||||||
|
|||||||
@ -51,10 +51,6 @@
|
|||||||
padding: var(--sp-xxl) var(--sp-xxl) var(--sp-s) var(--sp-xxl);
|
padding: var(--sp-xxl) var(--sp-xxl) var(--sp-s) var(--sp-xxl);
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
||||||
// We need to use the the deprecated z-index so it won't clash with the dashboard
|
|
||||||
// onboarding modals
|
|
||||||
z-index: deprecated.$z-index-3;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-inside {
|
.nav-inside {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user