mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
fix sidebar drag region overlapping window controls with web windowbar (#1536)
This commit is contained in:
@@ -90,8 +90,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.draggable-region {
|
.draggable-region {
|
||||||
|
position: relative;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 65px;
|
height: 65px;
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.draggable-region::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
width: 130px;
|
||||||
|
height: 100%;
|
||||||
|
content: '';
|
||||||
|
-webkit-app-region: no-drag;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user