CSS
This commit is contained in:
parent
e34335974c
commit
725c6be7db
@ -987,7 +987,7 @@ div.div-for-modal {
|
|||||||
|
|
||||||
div.div-for-modal-topright {
|
div.div-for-modal-topright {
|
||||||
/* display: none; */
|
/* display: none; */
|
||||||
position:absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
width:50%; /* adjust as per your needs */
|
width:50%; /* adjust as per your needs */
|
||||||
|
|||||||
@ -1072,7 +1072,7 @@ div.div-for-modal {
|
|||||||
|
|
||||||
div.div-for-modal-topright {
|
div.div-for-modal-topright {
|
||||||
/* display: none; */
|
/* display: none; */
|
||||||
position:absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
width:50%; /* adjust as per your needs */
|
width:50%; /* adjust as per your needs */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user