скрипты для части компонента всплывающих окон - контейнер для всплывающих окон, где будут рендериться все всплывающие окна
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#popup-parent-container{
|
||||
padding: 10px;
|
||||
top: 150px;
|
||||
z-index: 901;
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50px);
|
||||
}
|
||||
Reference in New Issue
Block a user