1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-09 10:15:44 +02:00

fixed another scrolling bug

This commit is contained in:
Bernhard Posselt 2012-08-19 14:28:08 +02:00
parent 0cc7d8360b
commit e9b86ca4ae

View File

@ -449,6 +449,7 @@ div.add_parentfolder {
box-sizing: border-box;
-moz-box-sizing: border-box;
left: 34.1em;
overflow: hidden;
}
/**
@ -457,6 +458,7 @@ div.add_parentfolder {
#rightcontent #feed_items {
box-sizing: border-box;
-moz-box-sizing: border-box;
overflow: auto;
height: 100%;
}