I want to override the inset css in host styling in ionic style but it's not overriding, please look at the following code.
existing code is
:host {
inset: 0px;
position: absolute;
}
required code
:host {
inset: unset;
position: relative;
}
FYI - I am using angular14 and ionic6 please check attached image