maTh hace 3 años
padre
commit
41061c837c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      p/themes/base-theme/frss.css
  2. 1 1
      p/themes/base-theme/frss.rtl.css

+ 1 - 1
p/themes/base-theme/frss.css

@@ -2062,7 +2062,7 @@ input:checked + .slide-container .properties {
 	.aside {
 		position: fixed;
 		top: 0; bottom: 0;
-		left: 0;
+		left: -1px;
 		width: 0;
 		overflow: hidden;
 		z-index: 100;

+ 1 - 1
p/themes/base-theme/frss.rtl.css

@@ -2062,7 +2062,7 @@ input:checked + .slide-container .properties {
 	.aside {
 		position: fixed;
 		top: 0; bottom: 0;
-		right: 0;
+		right: -1px;
 		width: 0;
 		overflow: hidden;
 		z-index: 100;