1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Add position: relative to scrollable widget

So that popups within the scrollable behave correctly.

Fixes #1679
This commit is contained in:
Jermolene 2015-04-27 13:38:20 +01:00
parent e518c0e88e
commit df84e93283
2 changed files with 3 additions and 1 deletions

View File

@ -44,6 +44,7 @@ tags: $:/tags/Stylesheet
background-color: <<colour message-background>>;
padding: 1em;
height: 400px;
position: relative;
}
.tc-improvement-banner {

View File

@ -1,5 +1,5 @@
created: 20140324223413403
modified: 20140324223524945
modified: 20150427123524945
tags: Widgets
title: ScrollableWidget
type: text/vnd.tiddlywiki
@ -29,6 +29,7 @@ This example requires the following CSS definitions from [[$:/_tw5.com-styles]]:
background-color: <<colour message-background>>;
padding: 1em;
height: 400px;
position: relative;
}
```