5 lines
68 B
CSS
5 lines
68 B
CSS
|
#sceneNavbar {
|
||
|
z-index: 99999;
|
||
|
position: fixed;
|
||
|
width: 100%;
|
||
|
}
|