12 lines
250 B
SCSS
12 lines
250 B
SCSS
|
|
/**
|
|
* this class is made for small interactions dialogs like editing a cell value or change the table name.
|
|
|
|
It is used in cartodb/old_common/small_dialog.js for example
|
|
*/
|
|
.floating {
|
|
position: fixed;
|
|
z-index: 10;
|
|
background-color: #FFF;
|
|
}
|