Data Warehousing and Database
Saturday, February 10, 2018
Modal vertical Scroll Magic
just use
.
modal
-
body
{
max
-
height
:
calc
(
100vh
-
210px
);
overflow
-
y
:
auto
;
}
it will arrange your modal and then give it an vertical scroll
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
GEN AI
Stay Tuned....
Data warehousing terms
Common BI queries Relational queries Vs OLAP queries Before moving to terms used in Data warehouse, let us see the architect...
Changing sql-server database from tabular to multidimensional
From yesterday onwards, I am stuck up with an error while trying to deploy cube. " You cannot deploy the model because the localhost ...
Query Processing in DBMS
SQL is a high level language created to build a bridge between user and DBMS for their communication. But the underlying systems in the D...