Fixed broken styles

This commit is contained in:
Dmitriy Shishkov 2019-08-07 15:42:26 +03:00
parent ec1620bd04
commit 42198340cf

View File

@ -131,7 +131,6 @@ main img:hover {
}
#popup, #popupBg {
#popup, #popup_bg {
position: fixed;
top: 0;
left: 0;
@ -148,7 +147,6 @@ main img:hover {
z-index: 1005;
background-color: #fff;
}
#popupImg {
#popup_bg {
z-index: 1005;
background-color: #fff;
@ -301,4 +299,3 @@ footer {
animation: showen 1s;
}
}
}