diff options
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r-- | ui/app/css/index.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 750586328..a19a9f0bc 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -732,6 +732,36 @@ div.message-container > div:first-child { overflow-y: scroll; } +.sidebar { + flex: 1 0 230px; + background: rgb(250, 250, 250); + z-index: 26; + position: fixed; + top: 35px; + left: 0px; + right: 0px; + bottom: 0px; + opacity: 1; + visibility: visible; + will-change: transform; + overflow-y: auto; + box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px; + width: 85%; + height: 100%; +} + +.sidebar-overlay { + z-index: 25; + position: fixed; + top: 35px; + left: 0px; + right: 0px; + bottom: 0px; + opacity: 1; + visibility: visible; + background-color: rgba(0, 0, 0, 0.3); +} + @media screen and (min-width: 576px) { .lap-visible { display: flex; |