Browse Source

Merge pull request #1705 from vvlladd28/bugs/invisible_clickable_button

Fix invisible clickable button from edit mode
pull/1728/head
Andrew Shvayka 7 years ago
committed by GitHub
parent
commit
fae2d575df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/src/scss/main.scss

2
ui/src/scss/main.scss

@ -647,7 +647,7 @@ section.tb-top-header-buttons {
.tb-header-buttons .tb-btn-header {
position: relative !important;
display: inline-block !important;
display: inline-block;
animation: tbMoveFromTopFade .3s ease both;
}

Loading…
Cancel
Save