1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Fix problem with scrollable widget in static rendering

Fixes #1910
This commit is contained in:
Jermolene 2016-03-21 21:59:57 +00:00
parent 528e10c11f
commit 276074b6cf

View File

@ -45,6 +45,7 @@ tags: $:/tags/Stylesheet
padding: 1em;
height: 400px;
position: relative;
overflow: auto;
}
.tc-improvement-banner {