web: minor fixes for the rbac rework (#8328)
* fix drawer height Signed-off-by: Jens Langhammer <jens@goauthentik.io> * move country flag to be before IP in session list to match reputation list Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -122,6 +122,7 @@ export class UserInterface extends Interface {
|
||||
flex-direction: column;
|
||||
}
|
||||
.pf-c-drawer__main {
|
||||
min-height: calc(100vh - 76px);
|
||||
max-height: calc(100vh - 76px);
|
||||
}
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user