blob: dece64809ccc42a208679035f84e3ff245d9e65e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.vimvixen-console-frame {
margin: 0;
padding: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
z-index: 2147483647;
border: none;
background-color: unset;
pointer-events:none;
}
|