graflow, autoplacement 1.0 no layer-ordering
This commit is contained in:
@@ -48,7 +48,9 @@ body[eicapp] {
|
||||
height: 100vh;
|
||||
background: transparent;
|
||||
pointer-events: none;
|
||||
z-index: 9;
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
[eicapp] [eicapptoolbar] {
|
||||
@@ -144,7 +146,8 @@ menu[eicmenu] [menuitem] > a > button, menu[eicmenu] [menuitem] > .nolink button
|
||||
[eicapp] .app-workspace .window > header .controls button.shrink { display: none; }
|
||||
[eicapp] .app-workspace .window > section {
|
||||
cursor: default;
|
||||
overflow: hidden;
|
||||
height: auto;
|
||||
overflow: auto; /* important for windows content to be scrollable */
|
||||
transition: all 0.5s;
|
||||
flex: 1 1 auto;
|
||||
width: 100%;
|
||||
@@ -336,7 +339,7 @@ menu[eicmenu] [menuitem] a label {
|
||||
color: #4E4;
|
||||
}
|
||||
menu[eicmenu] [menuitem] i[class^="icon-"] {
|
||||
color:#fdfb93;;
|
||||
color:#070;;
|
||||
}
|
||||
article[eiccard] > header h1{ text-align: center; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user