Merge pull request #1705 from vvlladd28/bugs/invisible_clickable_button

Fix invisible clickable button from edit mode
This commit is contained in:
Andrew Shvayka 2019-05-16 18:54:54 +03:00 committed by GitHub
commit fae2d575df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}