quackscape/assets/css/scene.css

15 lines
202 B
CSS
Raw Normal View History

#sceneNavbar {
z-index: 99999;
position: fixed;
width: 100%;
}
#sceneSidebar {
z-index: 99999;
position: fixed;
width: 250px;
height: 100%;
background-color: #f8f9fa;
opacity: 0.7;
}