7 lines
109 B
CSS
7 lines
109 B
CSS
.floating-box{
|
|
position:fixed;
|
|
width:260px;
|
|
z-index:9999;
|
|
max-height:calc(100vh-100px);
|
|
}
|