How to lock the dashboards groups locations

Hi @Yadid,

an example to fix the position of group Default at tab Home is:


<style>
     #Home_Default,
     #Home_Default_cards {
          position: fixed; 
          top: 10vh;
          left: 30vw;
}
</style>

Or what do you mean with specifize the solution