zindex on combos on popovers..
[roojs1] / css-bootstrap4 / roojs-bootstrap-debug.css
index 90a50c2..b23f696 100644 (file)
@@ -994,7 +994,7 @@ table.fc-border-separate {
 
 /* zindex of dialogs is 10000++ so dropdowns have to be higher... */
 .dropdown-menu {
-  z-index: 20002 !important; }
+  z-index: 30002 !important; }
 
 .dropdown-menu .checkbox label {
   width: 100%; }
@@ -1890,12 +1890,14 @@ div.input-group.has-feedback > .roo-input-after + .form-control-feedback {
     border:1px solid #98c0f4;
     */ }
 
+/*
+ *not sure why these are set - they seem to cause problems displaying the popdownmenus over nav bars.
 .roo-layout-panel-east, .roo-layout-panel-west {
-  z-index: 10; }
-
+    z-index:10;
+}
 .roo-layout-panel-north, .roo-layout-panel-south {
-  z-index: 11; }
-
+    z-index:11;
+}
 /*
 .roo-layout-collapsed-north, .x-layout-collapsed-south, .x-layout-collapsed-east, .x-layout-collapsed-west {
     z-index:12;
@@ -2590,7 +2592,9 @@ a.roo-brick-link:hover {
 /* for some reason it's -15px on BS */
 @media (min-width: 768px) {
   .navbar-right {
-    margin-right: 15px; } }
+    /*  not needed on popup?
+        margin-right: 15px;
+        */ } }
 
 /* was -15 before, on mobile it made the buttons too close to the edit.. */
 .navbar-nav {
@@ -4736,4 +4740,24 @@ html.bootstrap-sticky body {
   margin-bottom: 10px;
   border-radius: 0.25rem; }
 
+.roo-card-rotated {
+  transform: rotate(90deg) translate(0px, -50px);
+  transform-origin: top left;
+  width: 500px; }
+
+.roo-markdown-area .roo-placeholder {
+  color: #6c757d; }
+
+.roo-markdown-area {
+  min-height: 100px;
+  width: 100%;
+  border: 1px dashed #ccc;
+  padding: 4px 7px; }
+
+.popover {
+  max-width: 90%; }
+
+.popover-header .form-group {
+  margin-bottom: 0; }
+
 /*# sourceMappingURL=roojs-bootstrap-debug.css.map */
\ No newline at end of file