mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
Try-out of scrolling tags at 2016-11-07, did not work out yet
This commit is contained in:
@@ -60,6 +60,24 @@
|
||||
/*display: block;*/
|
||||
}
|
||||
|
||||
/*
|
||||
.digimark-card-header-tags
|
||||
{
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
height: 50px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
*/
|
||||
/*
|
||||
.digimark-card-header-tags
|
||||
{
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
height: 60px;
|
||||
}
|
||||
*/
|
||||
|
||||
.card .digimark-card-content
|
||||
{
|
||||
padding-top: 10px;
|
||||
|
||||
Reference in New Issue
Block a user