summaryrefslogtreecommitdiff
path: root/css/frame.css
blob: aa0904bd381026cae805e974b4f3c7e6b4a37827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#frame {
    position: fixed;
    left: 65px;
    bottom: 57px;
    right: 0;
    top: 0;
}

#frame-inner {
    border: 0;
    width: 100%;
    height: 100%;
}

#frame-contents {
    margin-top: 45px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

#frame-header {
    overflow: hidden;
}