mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
fix fullscreen focus related jiggling & visible round corners (#87)
* Update window.css prevents fullscreen jiggling of 1px border when toggling focus & fixes fullscreen visible round corners when focus is lost. * Update window.css
This commit is contained in:
@@ -53,6 +53,8 @@ div.window-resizable.window-active::-webkit-resizer {
|
||||
height: 20px !important;
|
||||
}
|
||||
div.window:fullscreen {
|
||||
border: 0px;
|
||||
border-radius: 0px;
|
||||
resize: none !important;
|
||||
position: absolute !important;
|
||||
top: 0px !important;
|
||||
|
||||
Reference in New Issue
Block a user