aboutsummaryrefslogtreecommitdiff
path: root/src/console/console-frame.scss
blob: 33bfff36eaf6f2d041951f10576383cdb98e045b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.vimvixen-console-frame {
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  border: none;
  pointer-events:none;
}