mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 09:21:43 +00:00
[Time Controller] Add overflow hidden
Add overflow: hidden so that time controller does not exceed edges of the screen. WTD-1515
This commit is contained in:
parent
e4dec21ceb
commit
f74da6b935
@ -28,7 +28,10 @@ define(
|
|||||||
|
|
||||||
var CONDUCTOR_HEIGHT = "100px",
|
var CONDUCTOR_HEIGHT = "100px",
|
||||||
TEMPLATE = [
|
TEMPLATE = [
|
||||||
'<div style="position: absolute; bottom: 0; width: 100%; height: ' + CONDUCTOR_HEIGHT + '">',
|
'<div style=',
|
||||||
|
'"position: absolute; bottom: 0; width: 100%; ',
|
||||||
|
'overflow: hidden; ',
|
||||||
|
'height: ' + CONDUCTOR_HEIGHT + '">',
|
||||||
"<mct-include key=\"'time-controller'\"></mct-include>",
|
"<mct-include key=\"'time-controller'\"></mct-include>",
|
||||||
'</div>'
|
'</div>'
|
||||||
].join('');
|
].join('');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user