From 70d22bd1067e83a0e273ae4ed1b931973fecd8d1 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 5 Feb 2025 13:14:06 +0100 Subject: Update ArcaneLibs to fix modal windows --- MatrixUtils.Web/Pages/Dev/ModalTest.razor | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 MatrixUtils.Web/Pages/Dev/ModalTest.razor (limited to 'MatrixUtils.Web/Pages/Dev/ModalTest.razor') diff --git a/MatrixUtils.Web/Pages/Dev/ModalTest.razor b/MatrixUtils.Web/Pages/Dev/ModalTest.razor new file mode 100644 index 0000000..665f548 --- /dev/null +++ b/MatrixUtils.Web/Pages/Dev/ModalTest.razor @@ -0,0 +1,12 @@ +@page "/Dev/ModalTest" + +Modal test + +

Rory&::MatrixUtils - Modal test

+
+@for (int i = 0; i < 10; i++) +{ + +

Hello, world!

+
+} -- cgit 1.5.1