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