Yes, in general already.
But in the case of me,
the following CSS properties that the mod in "$themedir/css/index.css" incorporates,
are not inherited from Chrome.
Specifically, these two classes:
.cookie_wrap
{
position: fixed;
width: 100%;
bottom: 20px;
text-align: center;
z-index: 9999;
visibility: hidden;
}
....... placeholder for the others here in the code standing properties
............
.cookie_notice
{
display: inline-block;
margin: 0 auto;
padding: 10px;
border-radius: 5px;
font-size: 12px;
}
were transferred to the "$themedir/css/index.css" file as declared in the install mod,
but, only in Chrome, then not evaluated, they were not visible on both elements ..
That was on all Chrome installations I have on several PCs.
Why? I did not find out on the fast.
Edge and Firefox worked normally.
And as soon as I transferred these properties directly to the two div's using style = "",
they were executed correctly by chrome.
This is my scenario how I solved the problem for myself.
Maybe there is another and better solution, but I did not find it on the fast and that's how it works for me now.