mirror of https://github.com/penpot/penpot.git
🐛 Fix invite members UI modal (#8032)
This commit is contained in:
parent
7b2271ec38
commit
b8efd2518d
|
|
@ -315,7 +315,8 @@
|
|||
gap: deprecated.$s-4;
|
||||
max-height: deprecated.$s-136;
|
||||
padding: deprecated.$s-4 0;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
|
||||
.selected-item {
|
||||
.around {
|
||||
@include deprecated.flexRow;
|
||||
|
|
|
|||
|
|
@ -51,10 +51,6 @@
|
|||
padding: var(--sp-xxl) var(--sp-xxl) var(--sp-s) var(--sp-xxl);
|
||||
position: sticky;
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue