Question
2D Panel Position
- April 9, 2019
- 1 reply
- 4697 views
How can I properly dock a panel to the bottom of the users screen when I am in a 2D view?
1.jpg - shows the effect I want to achieve. This was done by setting the class with the below CSS but this did not work in practice.
.UI-Bottom{
position: fixed;
bottom: 0px;
width: 100%;}
2.jpg - shows what the preview of 1.jpg looks like. The CSS does not hold the panel to the bottom
3.jpg - shows the panel with no CSS applied
