diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-05 19:05:58 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-05 19:05:58 +0100 |
commit | 1d9eab1ead0d5a6f60e31437bb539eb3f804bacc (patch) | |
tree | 2decf4a7a5d4151ee9d38c3c8f713633e61cd758 /demos | |
parent | 98173a3d0ea8e2e6aeb19dda9b232cb65a0684e4 (diff) | |
download | jquery-ui-1d9eab1ead0d5a6f60e31437bb539eb3f804bacc.tar.gz jquery-ui-1d9eab1ead0d5a6f60e31437bb539eb3f804bacc.zip |
Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever overlapping the trigger. Also fix max-width for custom-content demo. Fixes #8739 - Tooltip: Default positioning on large items off.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/tooltip/custom-content.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/tooltip/custom-content.html b/demos/tooltip/custom-content.html index 93172524a..20039e2b8 100644 --- a/demos/tooltip/custom-content.html +++ b/demos/tooltip/custom-content.html @@ -22,6 +22,9 @@ width: 350px; height: 350px; } + .ui-tooltip { + max-width: 350px; + } </style> <script> $(function() { |