diff options
author | Marius Halden <marius.h@lden.org> | 2016-01-11 18:01:30 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-01-11 18:01:30 +0100 |
commit | 82f748855794d15ef84e836e80077be9233d68d4 (patch) | |
tree | b254d232bb604adda03e167ab3deecc51f4c88ce /style.css | |
download | irc-sse-82f748855794d15ef84e836e80077be9233d68d4.tar.gz irc-sse-82f748855794d15ef84e836e80077be9233d68d4.tar.bz2 irc-sse-82f748855794d15ef84e836e80077be9233d68d4.tar.xz |
Initial commit
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..15d558a --- /dev/null +++ b/style.css @@ -0,0 +1,19 @@ +body::-webkit-scrollbar { + width: 0 !important +} +body { + -ms-overflow-style: none; + overflow: -moz-scrollbars-none; +} +#topic { + position: fixed; + top: 0px; + left: 0px; + width: 100%; + border-bottom: 1px solid #000; + background-color: #FFF; +} + +#chat-container { + margin-top: 65px; +} |