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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
} |
|
|
|
|
|
|
|
|