mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 15:36:52 +00:00
Add position: relative to scrollable widget
So that popups within the scrollable behave correctly. Fixes #1679
This commit is contained in:
parent
e518c0e88e
commit
df84e93283
@ -44,6 +44,7 @@ tags: $:/tags/Stylesheet
|
||||
background-color: <<colour message-background>>;
|
||||
padding: 1em;
|
||||
height: 400px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.tc-improvement-banner {
|
||||
|
@ -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;
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user