web/elements: fix center text not scrolling with container (#4853)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
f6a8b3d568
commit
d834ec4db9
|
@ -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