diff options
author | Minteck <contact@minteck.org> | 2022-03-27 21:29:24 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-03-27 21:29:24 +0200 |
commit | 226516aca48e97d3dc4e4df213bc2023e64b1afd (patch) | |
tree | 60fb4f24b75b120e7e5b0e149069b16367c48aa0 /css/frame.css | |
download | argon-226516aca48e97d3dc4e4df213bc2023e64b1afd.tar.gz argon-226516aca48e97d3dc4e4df213bc2023e64b1afd.tar.bz2 argon-226516aca48e97d3dc4e4df213bc2023e64b1afd.zip |
Initial commit
Diffstat (limited to 'css/frame.css')
-rw-r--r-- | css/frame.css | 27 |
1 files changed, 27 insertions, 0 deletions
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 |