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