corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 28  →  ?path2? @ 29
/base/000_base/css/wm/wm.css
@@ -1,20 +1,20 @@
.draggable {
z-index: 1;
position: relative;
-ms-touch-action: none;
touch-action: none;
}
 
.movable {
width: 100%;
height: 100%;
 
.window-manager-window {
width: 640px;
height: 480px;
overflow: auto;
border: solid 4px #ddddff !important;
padding: 0;
 
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
 
position: relative;
z-index: 1;
 
-ms-touch-action: none;
touch-action: none;
display: inline-block;
}