UNPKG
viewer
Version:
latest (0.10.11)
0.10.11
0.10.10
0.10.9
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0
0.8.0
0.7.0
0.6.1
0.6.0
0.5.6
0.5.5
0.5.4
0.5.2
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
A viewer for documents converted with the Box View API
github.com/box/viewer.js
box/viewer.js
viewer
/
plugins
/
fullscreen
/
fullscreen.css
17 lines
(16 loc)
•
255 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.crocodoc-fullscreen
{
width
:
100%
;
height
:
100%
; }
.crocodoc-fakefullscreen
{
position
: fixed;
top
:
0
;
left
:
0
;
bottom
:
0
;
right
:
0
;
margin
:
0
;
padding
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
9999999999
; }