1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

navbars position is changed to stick-top

This commit is contained in:
catborise 2021-10-01 09:48:09 +03:00
parent 607e396352
commit c1488eee52
4 changed files with 5 additions and 4 deletions

View file

@ -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;*/
}

View file

@ -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 {