|
@@ -44,10 +44,18 @@ div.flot-text {
|
|
|
padding: $panel-padding;
|
|
padding: $panel-padding;
|
|
|
height: calc(100% - 27px);
|
|
height: calc(100% - 27px);
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
+
|
|
|
// Fixes scrolling on mobile devices
|
|
// Fixes scrolling on mobile devices
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+// For larger screens, set back to hidden to avoid double scroll bars
|
|
|
|
|
+@include media-breakpoint-up(md) {
|
|
|
|
|
+ .panel-content {
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.panel-title-container {
|
|
.panel-title-container {
|
|
|
min-height: 9px;
|
|
min-height: 9px;
|
|
|
cursor: move;
|
|
cursor: move;
|