Commit 686eb76a76228c3151480d4e7f630a67381ab74e

Authored by Vladyslav_Prykhodko
1 parent 8daa3f99

Fix invisible clickable button from edit mode

Showing 1 changed file with 1 additions and 1 deletions
@@ -647,7 +647,7 @@ section.tb-top-header-buttons { @@ -647,7 +647,7 @@ section.tb-top-header-buttons {
647 647
648 .tb-header-buttons .tb-btn-header { 648 .tb-header-buttons .tb-btn-header {
649 position: relative !important; 649 position: relative !important;
650 - display: inline-block !important; 650 + display: inline-block;
651 animation: tbMoveFromTopFade .3s ease both; 651 animation: tbMoveFromTopFade .3s ease both;
652 } 652 }
653 653