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:
parent
607e396352
commit
c1488eee52
4 changed files with 5 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue