sidneys / electron-titlebar-windows

Adds the Windows 10 ModernUI (Metro)-style titlebars to any Electron-based desktop app.
MIT License
141 stars 23 forks source link

Can't zoom from top. #12

Closed cqh963852 closed 1 year ago

cqh963852 commented 6 years ago

When use {draggable:true}, it can't zoom from the top. #bottom-layer-graph { border-radius: 10px; background-color: rgb(68, 68, 68); width: 100%; height: 100%; padding-top: 5px; } add padding-top :5px,so that the bar can move down 5px. then appendto(document.getElementById("bottom-layer-graph")) But it doesn't work prefect maybe you can get some way to fix that.