1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Permission Grid: stick the headers to handle a lot of tags (#2887)

* sticky thead th & tbody th, adapt PermissionPage and PermissionGrid layout

* adjust height size

* cleanup

* cleanup with some SychO9's recommendation

* remove the `thead th` `first-child` "protection"
This commit is contained in:
Ornanovitch
2021-08-15 01:21:08 +02:00
committed by GitHub
parent 2a83022727
commit 634dfc69f3
2 changed files with 26 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ export default class PermissionGrid extends Component {
<table className="PermissionGrid">
<thead>
<tr>
<td></td>
<th></th>
{scopes.map((scope) => (
<th>
{scope.label}{' '}