Skip to content

Commit

Permalink
geosolutions-it#8573 Fix permissions dropdowns
Browse files Browse the repository at this point in the history
Open group permissions dropdowns to up direction
  • Loading branch information
belom88 committed Sep 19, 2022
1 parent 3c31f3c commit 343b3e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class PermissionEditor extends React.Component {
</tr>


<tr key="addRowKey">
<tr key="addRowKey" className="insert-row">
<td>
<Select
noResultsText={getMessageById(this.context.messages, "map.permissions.noResult")}
Expand Down
10 changes: 10 additions & 0 deletions web/client/themes/default/less/maps-properties.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@
}
}
}

.permissions-table {
.insert-row {
.Select {
.Select-menu-outer {
transform: translateY(-34px) translateY(-100%);
}
}
}
}
}
}

Expand Down

0 comments on commit 343b3e3

Please sign in to comment.