Cannot rezise main cowebsite when fullscreen is enable

This commit is contained in:
Alexis Faizeau 2021-11-29 15:54:34 +01:00
parent 5e11cccdf9
commit 812485f863
2 changed files with 24 additions and 11 deletions

View file

@ -28,7 +28,7 @@
justify-content: space-between;
#cowebsite-aside-holder {
pointer-events: none;
background: gray;
height: 20px;
flex: 1;
display: flex;
@ -38,6 +38,7 @@
img {
width: 80%;
pointer-events: none;
}
}
@ -206,12 +207,14 @@
aside {
width: 30px;
cursor: ew-resize;
img {
cursor: ew-resize;
transform: rotate(90deg);
}
}
&-aside-holder {
cursor: ew-resize;
}
}
}