0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 22:02:46 +00:00

Fixed background being fixed on the monster frame

This commit is contained in:
Rodrigo Kuerten
2024-02-12 10:37:52 -03:00
parent c27f5d9efa
commit 6890bab668

View File

@@ -307,7 +307,7 @@
margin-left : -0.16cm;
background-color : var(--HB_Color_MonsterStatBackground);
background-image : @monsterBlockBackground;
background-attachment : fixed;
background-attachment : unset;
background-blend-mode : overlay;
border-style : solid;
border-width : 7px 6px;