blob: 1e8abf54184d9e7508dac3e086567da5c492815c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// ------------------------------------------------------------------
// Layout
// ------------------------------------------------------------------
.o_ChatWindowManager {
bottom: 0;
right: 0;
display: flex;
flex-direction: row-reverse;
z-index: 1000;
}
// ------------------------------------------------------------------
// Style
// ------------------------------------------------------------------
|