web/elements: fix center text not scrolling with container (#4853)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -72,6 +72,7 @@ export abstract class AKChart<T> extends AKElement {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
}
|
||||
.container > span {
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user