From 226516aca48e97d3dc4e4df213bc2023e64b1afd Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 27 Mar 2022 21:29:24 +0200 Subject: Initial commit --- css/frame.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 css/frame.css (limited to 'css/frame.css') diff --git a/css/frame.css b/css/frame.css new file mode 100644 index 0000000..aa0904b --- /dev/null +++ b/css/frame.css @@ -0,0 +1,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; +} \ No newline at end of file -- cgit