sense-extension-recipes
Version:
Recipes on working with Qlik Sense Visualization Extensions.
28 lines (19 loc) • 668 B
text/less
// ----------------------------------------------------------------------------
// This is the main Less-file for all styles you want to create
//
// If you want to include files, use the @import command of Less
//
// All results will be generated to src/lib/style.css if you run
// either the "dev" or "release" Grunt task
// ----------------------------------------------------------------------------
.qv-object-qssample-hypercubepaging {
height: 100%;
width: 100%;
.tableContainer {
overflow: auto;
height: ~"calc(100% - 160px)";
width: 100%;
}
}
// Import Shared file
@import "./../../Shared/less/qsSample.less";