mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
9 lines
139 B
SCSS
9 lines
139 B
SCSS
.oe_timeline_view_canvas {
|
|
pointer-events: none;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|