mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
14 lines
191 B
CSS
14 lines
191 B
CSS
.notes,
|
|
.search-results,
|
|
.view {
|
|
overflow-y: scroll;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
|
|
.search-results {
|
|
height: calc(100% - 5em);
|
|
}
|
|
|
|
.notes {
|
|
height: calc(100% - 9em);
|
|
}
|