Commit f41c4ef07b7d7abb75b3ebb2a764e050caa5ba65
1 parent
ba359dd6
plugin update
Showing
1 changed file
with
4 additions
and
4 deletions
datalets/base-datalet/base-datalet.html
... | ... | @@ -108,15 +108,15 @@ Example : |
108 | 108 | background-repeat: no-repeat; |
109 | 109 | position: absolute; |
110 | 110 | padding: 31px; |
111 | - right: 21px; | |
112 | - top: 85px; | |
111 | + right: 5px; | |
112 | + bottom: 70px; | |
113 | 113 | } |
114 | 114 | |
115 | 115 | .highcharts-contextmenu |
116 | 116 | { |
117 | 117 | position: absolute; |
118 | - right: 50px; | |
119 | - top: 114px; | |
118 | + right: 65px; | |
119 | + bottom: 43px; | |
120 | 120 | display: none; |
121 | 121 | border: solid 1px #000000; |
122 | 122 | } | ... | ... |