X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit-ng%2Fstatic%2Fcss%2Fwebcit.css;h=5c1b15b33422b1e678cc0620c34aaecce38d2fbb;hp=3b3abd753b58f71990dc33e006a37ed52cacfa6a;hb=954e5749b5e0102f8598fcc19fc10267f31a6cda;hpb=dfdf0c6bc52d833f7fb0daaf9e33e4dab43ab8da diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index 3b3abd753..5c1b15b33 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -191,8 +191,25 @@ blockquote pre { .ctdl-roomlist-mtime { } +.ctdl-mailbox-heading { + position: sticky; + top: 0; + z-index: 6; +} + .ctdl-mailbox-pane { /* list of messages when in mailbox view */ + position: absolute; + height: 25%; + width: inherit; + overflow-x: hidden; + overflow-y: scroll; } .ctdl-reading-pane { /* message reading/composing pane when in mailbox view */ + position: absolute; + top: 31%; + height: 70%; + left: inherit; + right: inherit; + overflow: scroll; }