How to make the drawer take full height and the three dots button '...' clickable at the same time. Here is a working demo, when you uncomment line 9 of app.component.ts, the code works fine. But the drawer isn't taking the full height of the screen.
If I remove the position: relative, the drawer will take full screen, but the three dot '...' on navbar is not clickable, does anyone know how to solve the issue? Why it is not clickable once remove the position: relative?
https://stackblitz.com/edit/drawer-antd?file=src%2Fapp%2Fapp.component.ts
add
topspacing like this in your.my-drawerclass: