.visitcard-ipcashier {
position: fixed;
background: white;
top: 0;
right: 0;
height: 95%;
overflow: auto;
z-index: 50;
}
In the above code, i use height atrribute in 93%. But this varies depends on screen. How can i get screen height in css?