Skip to content

Commit

Permalink
fix(tooltip): content overflowing and not filling its space
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-gancheva committed Aug 1, 2018
1 parent 7b31e6e commit fe3cd28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/default/scss/tooltip/_layout.scss
Expand Up @@ -19,6 +19,8 @@ $tooltip-callout-size: 12px !default;
box-sizing: border-box;
background-repeat: repeat-x;
position: absolute;
display: flex;
flex-direction: column;
z-index: 12000;

&:not(.k-tooltip-closable) {
Expand Down

0 comments on commit fe3cd28

Please sign in to comment.