mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 15:13:33 +00:00
navbars position is changed to stick-top
This commit is contained in:
@@ -906,7 +906,7 @@ select:active {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #313131;
|
||||
border-bottom-right-radius: 800px 600px;
|
||||
border-bottom-right-radius: 800px 660px;
|
||||
/*border-top-left-radius: 800px 600px;*/
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
body {
|
||||
margin:0;
|
||||
background-color:#313131;
|
||||
border-bottom-right-radius: 800px 600px;
|
||||
border-bottom-right-radius: 800px 660px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -23,6 +23,7 @@ html {
|
||||
#noVNC_status_bar {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
position: sticky; top: 60;
|
||||
}
|
||||
|
||||
#noVNC_status {
|
||||
|
||||
Reference in New Issue
Block a user