diff options
Diffstat (limited to 'Build/source/texk/xdvipdfmx/style_ie.css')
-rw-r--r-- | Build/source/texk/xdvipdfmx/style_ie.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/texk/xdvipdfmx/style_ie.css b/Build/source/texk/xdvipdfmx/style_ie.css new file mode 100644 index 00000000000..4bd8bf81330 --- /dev/null +++ b/Build/source/texk/xdvipdfmx/style_ie.css @@ -0,0 +1,14 @@ + +body { + overflow-y: hidden +} + +/* Stylesheet selection not work */ +.annot { + display: none; +} + +#contents { + overflow: auto; + height: 100% +} |