mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
fix sidebar drag region overlapping window controls with web windowbar (#1536)
This commit is contained in:
@@ -90,8 +90,19 @@
|
||||
}
|
||||
|
||||
.draggable-region {
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
width: 100%;
|
||||
height: 65px;
|
||||
-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