mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
fixed windows positioning
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
div.window {
|
||||
outline: none;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
border: var(--dark-border);
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
box-sizing: border-box;
|
||||
box-shadow: var(--big-shadow);
|
||||
display: inline-block;
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
background-color: var(--bg-color-light);
|
||||
padding: 30px 9px 9px 9px;
|
||||
|
||||
Reference in New Issue
Block a user