Browse Source

fix: images on top of headers lines #1487 (#1588)

Images on top of headers lines
#1487
Sebastien 5 năm trước cách đây
mục cha
commit
c460a365a6
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      client/themes/default/scss/app.scss

+ 2 - 0
client/themes/default/scss/app.scss

@@ -633,6 +633,8 @@
     &.align-right {
       float: right;
       margin: 0 0 1rem 1rem;
+      z-index: 1;
+      position: relative;
     }
     &.align-center {
       display: block;