N°3930 Fix dashlet blocker position

This commit is contained in:
Stephen Abello
2021-08-02 11:42:57 +02:00
parent e8a21870ad
commit 07a10e4146

View File

@@ -11,6 +11,7 @@ $ibo-dashlet--elements-spacing-y: 24px !default;
/* Rules */
.ibo-dashlet {
position: relative;
width: calc(#{$ibo-dashlet--width} - #{$ibo-dashlet--elements-spacing-x});
margin: calc(#{$ibo-dashlet--elements-spacing-y} / 2) calc(#{$ibo-dashlet--elements-spacing-x} / 2);