Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
686eb76a76228c3151480d4e7f630a67381ab74e
Authored by
Vladyslav_Prykhodko
2019-05-10 15:34:42 +0300
1 parent
8daa3f99
Fix invisible clickable button from edit mode
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ui/src/scss/main.scss
ui/src/scss/main.scss
View file @
686eb76
...
...
@@ -647,7 +647,7 @@ section.tb-top-header-buttons {
647
647
648
648
.tb-header-buttons
.tb-btn-header
{
649
649
position
:
relative
!
important
;
650
-
display
:
inline-block
!
important
;
650
+
display
:
inline-block
;
651
651
animation
:
tbMoveFromTopFade
.3s
ease
both
;
652
652
}
653
653
...
...