From 34054596738f3f28f2261feb6e499ecbe43c229b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Feb 2021 12:50:43 +0800 Subject: [PATCH] examples/bootstrap4/popover.html --- examples/bootstrap4/popover.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/bootstrap4/popover.html b/examples/bootstrap4/popover.html index ba37c9fd8d..9260dee6bc 100644 --- a/examples/bootstrap4/popover.html +++ b/examples/bootstrap4/popover.html @@ -27,35 +27,35 @@
+ style="width: 100px;height: 100px;display: block;background-color: red;position: absolute;left: 100px;top: 100px;">RIGHT
+ style="width: 100px;height: 100px;display: block;background-color: red;position: absolute;left: 100px;top: 600px;">RIGHT
+ style="width: 100px;height: 100px;display: block;background-color: red;position: absolute;left: 100px;top: 400px;">LEFT
+ style="width: 100px;height: 100px;display: block;background-color: red;position: absolute;left: 300px;top: 100px;">BOTTOM
+ style="width: 100px;height: 100px;display: block;background-color: red;position: absolute;left: 300px;top: 500px;">BOTTOM
+ style="width: 100px;height: 100px;display: block;background-color: red;position: absolute;left: 500px;top: 100px;">TOP
+ style="width: 100px;height: 100px;display: block;background-color: red;position: absolute;left: 500px;top: 500px;">TOP
+ style="width: 100px;height: 100px;display: block;background-color: red;position: absolute;left: 1000px;top: 100px;">LEFT
+ style="width: 100px;height: 100px;display: block;background-color: red;position: absolute;left: 1000px;top: 600px;">LEFT
+ style="width: 100px;height: 100px;display: block;background-color: red;position: absolute;left: 1000px;top: 400px;">RIGHT -- 2.39.2