fixed logo
This commit is contained in:
@@ -432,17 +432,18 @@ and (min-width : 1360px) {
|
||||
position: fixed;
|
||||
min-height: 500px;
|
||||
width: 80px;
|
||||
border-left: 1px solid #333;
|
||||
border-left: 0;
|
||||
bottom: 0px;
|
||||
right: 0;
|
||||
top: 0;
|
||||
background: #333;
|
||||
top: 70px;
|
||||
background: rgba (10,10,10,.6);
|
||||
backdrop-filter: blur(6px);
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ossn-chat-windows-long .inner {
|
||||
margin-top: 45px;
|
||||
border-top: 1px solid #ccc;
|
||||
margin-top: 6px;
|
||||
border-top: 0;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user