Browse Source

Fix title-bar dragging in demo sample

Michael Ragazzon 5 years ago
parent
commit
c0ac9bdcea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Samples/basic/demo/data/demo.rml

+ 2 - 2
Samples/basic/demo/data/demo.rml

@@ -64,9 +64,9 @@ tabs
 	position: fixed;
 	clip: none;
 	text-align: right;
-	padding-left: 200px;
-	padding-right: 10px;
 	top: -47px;
+	left: 205px;
+	right: 10px;
 }
 tab
 {