mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 19:27:07 +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",
|
||||
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>",
|
||||
'</div>'
|
||||
].join('');
|
||||
|
Loading…
Reference in New Issue
Block a user