aboutsummaryrefslogtreecommitdiff
path: root/src/command-line/command-line-frame.scss
blob: 67bf514a4417d8060540dd6a1db25f250617942b (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: 20px;
  position: fixed;
  z-index: 10000;
  border: none;
}