fixing backeground picture missing last pixels
This commit is contained in:
parent
7051ba7aed
commit
d1b00ae232
|
|
@ -31,10 +31,11 @@
|
||||||
:active {
|
:active {
|
||||||
@apply cursor--grab;
|
@apply cursor--grab;
|
||||||
}
|
}
|
||||||
@apply w-screen overflow-x-scroll left-0 top-0 absolute h-full;
|
@apply w-full overflow-x-scroll left-0 top-0 absolute h-full;
|
||||||
|
|
||||||
&__background_picture {
|
&__background_picture {
|
||||||
@apply top-0 h-full w-auto block;
|
@apply top-0 h-full block;
|
||||||
|
@apply w-auto;
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-width: revert;
|
max-width: revert;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user