Also rolling under the menu bar. A new parent div is causing z-index issues. The following CSS fixes it:
#character-tools-target{ z-index: unset; }
Although I haven't found any issues caused by this they may have future plans that this will affect. I'm sure they will find an appropriate solution but this will work in the mean time.
When the game log is set to left hand side, and in "fixed" mode, it is above things like the dice menu tooltip, and the rolled dice animation.
Chrome 99.0.4844.84 on MacOS 12.1
Also rolling under the menu bar. A new parent div is causing z-index issues.
The following CSS fixes it:
#character-tools-target{
z-index: unset;
}
Although I haven't found any issues caused by this they may have future plans that this will affect. I'm sure they will find an appropriate solution but this will work in the mean time.